UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

2 lines (1 loc) 118 B
export declare const throttle: <F extends (...args: any[]) => void>(fn: F, ms?: number) => [fn: F, stop: () => void];