debounce@1.0.2
Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked
MIT
2017-04-21
安装 (1.0.2)
npm install debounce@1.0.2
yarn add debounce@1.0.2
pnpm add debounce@1.0.2
bun add debounce@1.0.2
devDependencies (4)
| 包名 | 版本要求 |
|---|---|
| minijasminenode | ^1.1.1 |
| mocha | * |
| should | * |
| sinon | ^1.17.7 |