UNPKG

@uploadcare/file-uploader

Version:

Building blocks for Uploadcare products integration

6 lines 170 B
export function throttle<T extends { (...args: any[]): void; }>(fn: T, wait: number): T & { readonly cancel: () => void; }; //# sourceMappingURL=throttle.d.ts.map