memoize@11.0.0
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
MIT
2026-03-19
安装 (11.0.0)
npm install memoize@11.0.0
yarn add memoize@11.0.0
pnpm add memoize@11.0.0
bun add memoize@11.0.0
dependencies (1)
| 包名 | 版本要求 |
|---|---|
| mimic-function | ^5.0.1 |
devDependencies (9)
| 包名 | 版本要求 |
|---|---|
| @sindresorhus/tsconfig | ^8.1.0 |
| @types/serialize-javascript | ^5.0.4 |
| ava | ^7.0.0 |
| del-cli | ^7.0.0 |
| delay | ^7.0.0 |
| serialize-javascript | ^7.0.4 |
| tsd | ^0.33.0 |
| tsimp | ^2.0.12 |
| xo | ^2.0.2 |