UNPKG

344 BTypeScriptView Raw
1import { LodashMethodDecorator } from './factory';
2import { ThrottleOptions } from './shared';
3declare const decorator: (...args: any[]) => MethodDecorator & PropertyDecorator;
4export declare function ThrottleAll(wait?: number, options?: ThrottleOptions): LodashMethodDecorator;
5export { ThrottleAll as throttleAll };
6export default decorator;