@amirmarmul/waba-common
Version:

9 lines (8 loc) • 672 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Inject = exports.Service = exports.ContainerInstance = exports.Container = void 0;
var typedi_1 = require("typedi");
Object.defineProperty(exports, "Container", { enumerable: true, get: function () { return typedi_1.Container; } });
Object.defineProperty(exports, "ContainerInstance", { enumerable: true, get: function () { return typedi_1.ContainerInstance; } });
Object.defineProperty(exports, "Service", { enumerable: true, get: function () { return typedi_1.Service; } });
Object.defineProperty(exports, "Inject", { enumerable: true, get: function () { return typedi_1.Inject; } });