Skip to content

nathan7/memoize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memoize

underscore's memoize

Installation

$ npm install nathan7/memoize

or

$ component install nathan7/memoize

API

memoize(fn, resolver)

Returns a memoized function. The resolver is used to turn the arguments into a string key. The default resolution behaviour just uses the first argument as key.

License

MIT

About

underscore's memoize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published