UNPKG

96 BJavaScriptView Raw
1var quote = require('../').quote;
2var s = quote([ 'a', 'b c d', '$f', '"g"' ]);
3console.log(s);