app-decorators
Version:
Collection of useful ES7 Decorators, writtin in ES6, that can be used for building webapps
18 lines (14 loc) • 511 B
JavaScript
System.register(["app-decorators/src/libs/element-to-function"], function (_export, _context) {
"use strict";
var _elementToFunc, storage;
return {
setters: [function (_appDecoratorsSrcLibsElementToFunction) {
_elementToFunc = _appDecoratorsSrcLibsElementToFunction.default;
}],
execute: function () {
_export("storage", storage = new Map());
_export("storage", storage);
}
};
});
//# sourceMappingURL=random-storage.js.map