memoize@10.2.0
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
MIT
2025-10-24
安装 (10.2.0)
npm install memoize@10.2.0
yarn add memoize@10.2.0
pnpm add memoize@10.2.0
bun add memoize@10.2.0
dependencies (1)
| 包名 | 版本要求 |
|---|---|
| mimic-function | ^5.0.1 |
devDependencies (9)
| 包名 | 版本要求 |
|---|---|
| @sindresorhus/tsconfig | ^6.0.0 |
| @types/serialize-javascript | ^5.0.4 |
| ava | ^6.1.3 |
| del-cli | ^5.1.0 |
| delay | ^6.0.0 |
| serialize-javascript | ^6.0.2 |
| ts-node | ^10.9.2 |
| tsd | ^0.31.1 |
| xo | ^0.59.3 |