Type alias ThrottleFn<F>

ThrottleFn<F>: F & {
    cancel(): void;
    flush(): void;
}

Type Parameters

  • F extends ((...args: any[]) => any)

Generated using TypeDoc