UNPKG

@triviality/core

Version:
14 lines 392 B
"use strict"; 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