UNPKG

@uploadcare/file-uploader

Version:

Building blocks for Uploadcare products integration

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