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