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 48 forks source link

string-escape on npm #21

Closed mattdesl closed 9 years ago

mattdesl commented 9 years ago

When I install string-escape it does not include an index.js... is it deprecated?

mathiasbynens commented 9 years ago

Use npm install jsesc instead.