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

added option to exclude characters and fixed failing unit test #51

Closed spik3r closed 5 years ago

spik3r commented 5 years ago

Fixes #50