UNPKG

@zendesk/retrace

Version:

define and capture Product Operation Traces along with computed metrics with an optional friendly React beacon API

2 lines (1 loc) 129 B
export declare const throttle: <Args extends any[]>(func: (...args: Args) => any, waitFor: number) => ((...args: Args) => void);