$ cnpm install wrap-comment
Safely wrap some text in a JavaScript comment, escaping close */
sequences.
Useful if you're commenting text in some source code.
npm install wrap-comment
var wrapComment = require('wrap-comment')
wrapComment('some text')
// → '/* some text */'
wrapComment('tricky /* text */')
// → '/* tricky /* text *\/ */'
Copyright 2014 - 2016 © taobao.org |