UNPKG

push-it-to-the-limit

Version:

Delay function wrappers for common purposes. Throttle, debounce and ratelimit with promises

3 lines (2 loc) 101 B
import type { IExposedWrapper } from '../interface'; export declare const throttle: IExposedWrapper;