@arsat/mixin
Version:
## Description
8 lines • 489 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InjectionError = exports.mixin = void 0;
var mixin_1 = require("./mixin");
Object.defineProperty(exports, "mixin", { enumerable: true, get: function () { return mixin_1.mixin; } });
var mixin_exception_1 = require("./mixin-exception");
Object.defineProperty(exports, "InjectionError", { enumerable: true, get: function () { return mixin_exception_1.MixinException; } });
//# sourceMappingURL=index.js.map