Type Alias: ThrottleFn<T>
ThrottleFn<
T
>:T
&object
Defined in: throttle.ts:1
Type declaration
flush()
flush: () =>
void
Returns
void
Type Parameters
Type Parameter |
---|
T extends (...args : any []) => any |
ThrottleFn<
T
>:T
&object
Defined in: throttle.ts:1
flush: () =>
void
void
Type Parameter |
---|
T extends (...args : any []) => any |