lihai 8d6c751f49 feat: push | лет назад: 2 | |
---|---|---|
.. | ||
LICENSE | лет назад: 2 | |
README.md | лет назад: 2 | |
index.js | лет назад: 2 | |
package.json | лет назад: 2 |
The lodash method _.memoize
exported as a Node.js module.
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.memoize
In Node.js:
var memoize = require('lodash.memoize');
See the documentation or package source for more details.