UNPKG

mout

Version:

Modular Utilities

8 lines (7 loc) 126 B
/** */ declare function throttle(fn: any, delay: any): { (): any; cancel(): void; }; export default throttle;