mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-23 01:40:10 +00:00
lodash.unescape v4.0.1
The lodash method _.unescape
exported as a Node.js module.
Installation
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.unescape
In Node.js:
var unescape = require('lodash.unescape');
See the documentation or package source for more details.