UNPKG

578 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var throttle = require("lodash/throttle");
4var factory_1 = require("./factory");
5var applicators_1 = require("./applicators");
6var decorator = factory_1.DecoratorFactory.createDecorator(new factory_1.DecoratorConfig(throttle, new applicators_1.PreValueApplicator(), { setter: true }));
7function ThrottleAll(wait, options) {
8 return decorator(wait, options);
9}
10exports.ThrottleAll = ThrottleAll;
11exports.throttleAll = ThrottleAll;
12exports.default = decorator;
13//# sourceMappingURL=throttleAll.js.map
\No newline at end of file