UNPKG

app-decorators

Version:

Collection of useful ES7 Decorators, writtin in ES6, that can be used for building webapps

24 lines (21 loc) 554 B
System.register(["app-decorators/src/libs/element-to-function"], function (_export, _context) { "use strict"; var _elementToFunc; /** * model * @param {Any} ...args * @return {Function} */ function model() { return function (target, name, descriptor) {}; }return { setters: [function (_appDecoratorsSrcLibsElementToFunction) { _elementToFunc = _appDecoratorsSrcLibsElementToFunction.default; }], execute: function () { ; _export("model", model); } }; }); //# sourceMappingURL=model.js.map