![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | README.md | 9 months ago | 460 | |
![]() | package.json | 9 months ago | 746 | |
![]() | LICENSE | 9 months ago | 1.9K | |
![]() | index.js | 9 months ago | 17K |
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.