UNPKG

761 BSource Map (JSON)View Raw
1{"version":3,"file":"spread.js","sourceRoot":"","sources":["src/spread.ts"],"names":[],"mappings":";;AAAA,sCAAyC;AAEzC,qCAAuF;AACvF,6CAAmD;AAEtC,QAAA,MAAM,GAAG,0BAAgB,CAAC,eAAe,CACpD,IAAI,yBAAe,CAAC,MAAM,EAAE,IAAI,gCAAkB,EAAE,EAAE,EAAE,cAAc,EAAE,IAAI,EAAE,CAAC,CAC7C,CAAC;AAClB,iBAHN,cAAM,CAGM;AACzB,kBAAe,cAAM,CAAC","sourcesContent":["import spread = require('lodash/spread');\n\nimport { DecoratorConfig, DecoratorFactory, BiTypedMethodDecorator1 } from './factory';\nimport { PreValueApplicator } from './applicators';\n\nexport const Spread = DecoratorFactory.createDecorator(\n new DecoratorConfig(spread, new PreValueApplicator(), { optionalParams: true })\n) as BiTypedMethodDecorator1<number>;\nexport { Spread as spread };\nexport default Spread;\n"]}
\No newline at end of file