UNPKG

luxi-record-utils

Version:
2 lines (1 loc) 96 B
export default function throttle(fn: (arg?: any) => any, delay?: number): (...arg: any) => any;