memoize-proxy
Memoize functions
proxy
MemoizeProxy(functionToProxy) ⇒ MemoizeProxy - provides a proxy for memoizing functions
Kind: global function
Returns: proxy
- the proxy to that function
Param | Type | Description |
---|---|---|
functionToProxy | function |
the function to proxy |
Example
let n <= 1 ? 1 : + ;fib = fib;;
Scripts
test
– run the tests
npm run test
coverage
– generate and view code coverage as HTML
npm run coverage
lint
– lint the codebase
npm run lint
readme
– generate the README
npm run readme
compile
– compile the code
npm run compile
License
MIT @ Flip