UNPKG

@boost/decorators

Version:

Experimental decorators for common patterns.

6 lines 221 B
/** * A method decorator that delays the execution of the class method * by the provided time in milliseconds. */ export declare function Debounce(delay: number): MethodDecorator; //# sourceMappingURL=Debounce.d.ts.map