1.2.4 • Published 2 years ago
@types/debounce v1.2.4
Installation
npm install --save @types/debounce
Summary
This package contains type definitions for debounce (https://github.com/component/debounce).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/debounce.
index.d.ts
// Type definitions for debounce 1.2
// Project: https://github.com/component/debounce
// Definitions by: Denis Sokolov <https://github.com/denis-sokolov>
// Wayne Carson <https://github.com/wcarson>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare namespace _debounce {
const debounce: typeof _debounce;
}
declare function _debounce<A extends Function>(f: A, interval?: number, immediate?: boolean): A & { clear(): void; }
& { flush(): void };
export = _debounce;
Additional Details
- Last updated: Tue, 21 Sep 2021 02:01:29 GMT
- Dependencies: none
- Global values: none
Credits
These definitions were written by Denis Sokolov, and Wayne Carson.
1.2.4
2 years ago
1.2.3
2 years ago
1.2.2
2 years ago
1.2.1
4 years ago
1.2.0
7 years ago
3.0.0
7 years ago
1.0.0
8 years ago
0.0.30
9 years ago
0.0.29
9 years ago
0.0.28-alpha
9 years ago
0.0.27-alpha
9 years ago
0.0.26-alpha
9 years ago
0.0.25-alpha
9 years ago
0.0.24-alpha
9 years ago
0.0.23-alpha
9 years ago
0.0.22-alpha
9 years ago
0.0.17-alpha
9 years ago
0.0.16-alpha
9 years ago