debounce@1.1.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
2017-10-30
安装 (1.1.0)
npm install debounce@1.1.0
yarn add debounce@1.1.0
pnpm add debounce@1.1.0
bun add debounce@1.1.0
devDependencies (4)
| 包名 | 版本要求 |
|---|---|
| minijasminenode | ^1.1.1 |
| mocha | * |
| should | * |
| sinon | ^1.17.7 |