UNPKG

niceform-hook

Version:
3 lines 229 B
export declare function debounce<T extends (this: any, ...args: any[]) => any>(fn: T, ms: any): T; export declare function dynamicDebounce<T extends (this: any, ...args: any[]) => any>(): T; //# sourceMappingURL=debounce.d.ts.map