mathiasbynens / jsesc

Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
https://mths.be/jsesc
MIT License
716 stars 53 forks source link

Add `wrap` option #2

Closed mathiasbynens closed 11 years ago

mathiasbynens commented 11 years ago

wrap: true would wrap the output in the quotes of the type specified by the quotes option.