UNPKG

app-decorators

Version:

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

23 lines (18 loc) 701 B
System.register(['app-decorators/src/libs/element-to-function', '../libs/pubsub'], function (_export, _context) { "use strict"; var _elementToFunc, Pubsub; return { setters: [function (_appDecoratorsSrcLibsElementToFunction) { _elementToFunc = _appDecoratorsSrcLibsElementToFunction.default; }, function (_libsPubsub) { Pubsub = _libsPubsub.Pubsub; }], execute: function () { Pubsub.create = function () { var config = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; }; _export('Pubsub', Pubsub); } }; }); //# sourceMappingURL=pubsub.js.map