dependency-injection-cat
Version:
DI Cat is a truly clean DI-container, which allows you not to pollute your business logic with decorators from DI/IOC libraries!
8 lines (7 loc) • 459 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.initDiConfig = exports.diConfig = void 0;
var diConfig_1 = require("./diConfig");
Object.defineProperty(exports, "diConfig", { enumerable: true, get: function () { return diConfig_1.diConfig; } });
var initDiConfig_1 = require("./initDiConfig");
Object.defineProperty(exports, "initDiConfig", { enumerable: true, get: function () { return initDiConfig_1.initDiConfig; } });