UNPKG

@nodecg/types

Version:

Dynamic broadcast graphics rendered in a browser

5 lines (4 loc) 192 B
/** * A standard throttle, but uses a string `name` as the key instead of the callback. */ export declare function throttleName(name: string, callback: () => void, duration?: number): void;