@tempots/std
ThrottledFunction interface
Represents a throttled function with a cancel method.
Signature:
export interface ThrottledFunction<T extends unknown[]>
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
(options?: CancelOptions) => void |