UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

8 lines 350 B
/** * Decorator to throttle functions call. * @param wait throttle time. * @param options set triggers, eg on trailing edge or falling edge, * see lodash documentation for details */ export declare function throttle(wait?: any, options?: any): (target: any, fnName: any, descriptor: any) => void; //# sourceMappingURL=throttle.decorator.d.ts.map