memoize@10.0.0
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
MIT
2023-11-14
安装 (10.0.0)
npm install memoize@10.0.0
yarn add memoize@10.0.0
pnpm add memoize@10.0.0
bun add memoize@10.0.0
dependencies (1)
| 包名 | 版本要求 |
|---|---|
| mimic-function | ^5.0.0 |
devDependencies (9)
| 包名 | 版本要求 |
|---|---|
| @sindresorhus/tsconfig | ^5.0.0 |
| @types/serialize-javascript | ^5.0.4 |
| ava | ^5.3.1 |
| del-cli | ^5.1.0 |
| delay | ^6.0.0 |
| serialize-javascript | ^6.0.1 |
| ts-node | ^10.9.1 |
| tsd | ^0.29.0 |
| xo | ^0.56.0 |