UNPKG

@prelude/function

Version:

Function module.

3 lines (2 loc) 94 B
declare const throttle: (wait: number, f: () => void) => () => void; export default throttle;