UNPKG

@agendize/design-system

Version:
3 lines 203 B
export declare function debounce(view: string, func: Function, wait: number): void; export declare function throttle(view: string, func: Function, wait: number): void; //# sourceMappingURL=timer.d.ts.map