wrap-comment
Safely wrap some text in a JavaScript comment, escaping close */
sequences.
Useful if you're commenting text in some source code.
Install
npm install wrap-comment
Usage
var wrapComment = // → '/* some text */'// → '/* tricky /* text *\/ */'