Creates a throttled function that only invokes func at most once per every wait milliseconds.
Rest
Optional
{{ (...args: A[]): Promise; cancel(): void; }}
Generated using TypeDoc
Creates a throttled function that only invokes func at most once per every wait milliseconds.