UNPKG

@web-atoms/core

Version:
23 lines (22 loc) 568 B
System.register(["./Register", "./ServiceCollection"], function (_export, _context) { "use strict"; var Register, Scope; function DISingleton(mockOrInject) { return target => { Register({ scope: Scope.Global, mockOrInject })(target); }; } _export("default", DISingleton); return { setters: [function (_Register) { Register = _Register.Register; }, function (_ServiceCollection) { Scope = _ServiceCollection.Scope; }], execute: function () {} }; }); //# sourceMappingURL=DISingleton.js.map