debounce@1.2.0
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
2018-08-14
安装 (1.2.0)
npm install debounce@1.2.0
yarn add debounce@1.2.0
pnpm add debounce@1.2.0
bun add debounce@1.2.0
devDependencies (4)
| 包名 | 版本要求 |
|---|---|
| minijasminenode | ^1.1.1 |
| mocha | * |
| should | * |
| sinon | ^1.17.7 |