UNPKG

467 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var spread = require("lodash/spread");
4var factory_1 = require("./factory");
5var applicators_1 = require("./applicators");
6exports.Spread = factory_1.DecoratorFactory.createDecorator(new factory_1.DecoratorConfig(spread, new applicators_1.PreValueApplicator(), { optionalParams: true }));
7exports.spread = exports.Spread;
8exports.default = exports.Spread;
9//# sourceMappingURL=spread.js.map
\No newline at end of file