UNPKG

@bokeh/bokehjs

Version:

Interactive, novel data visualization

6 lines 189 B
export type ThrottledFn = { (): Promise<void>; stop(): void; }; export declare function throttle(func: () => void, wait: number): ThrottledFn; //# sourceMappingURL=throttle.d.ts.map