UNPKG

memoize-one

Version:

A memoization library which only remembers the latest invocation

8 lines 115 B
language: node_js cache: yarn node_js: - "6.9" script: - "yarn run test" after_success: - "yarn run coverage"