UNPKG

@dartbot/dartboard

Version:

Dartboard implemented as a vanilla web component

3 lines (2 loc) 178 B
export declare const throttle: (func: Function, delay: number) => (...args: any[]) => void; export declare const throttleAnimation: (func: Function) => (...args: any[]) => void;