UNPKG

samagra-chatui

Version:
2 lines (1 loc) 88 B
export default function throttle(fn: Function, delay?: number): (...args: any) => void;