UNPKG

@easyflow/pixel

Version:

Easyflow client-side pixel SDK

2 lines (1 loc) 126 B
export declare function debounce<T extends (...args: any[]) => void>(fn: T, delay: number): (...args: Parameters<T>) => void;