UNPKG

@boost/decorators

Version:

Experimental decorators for common patterns.

6 lines 250 B
/** * A method decorator that throttles the execution of a class method to * only fire once within every delay timeframe (in milliseconds). */ export declare function Throttle(delay: number): MethodDecorator; //# sourceMappingURL=Throttle.d.ts.map