UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

3 lines (2 loc) 172 B
/** Вызывает функцию не чаще, чем раз в delay мс. */ export declare function throttle(cb: Function, delay: number): (...args: any[]) => void;