@triviality/core
Version:
Purely typed service container
14 lines • 392 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.MyOtherFeature = function (_a) {
var myFeature = _a.myFeature;
return ({
myOtherFeature: function () {
return 'MyOtherFeature';
},
referenceToMyFeature: function () {
return myFeature();
},
});
};
//# sourceMappingURL=MyOtherFeature.js.map
;