UNPKG

@microphi/di

Version:

Handcrafted DI container

14 lines (13 loc) 800 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./lib/injctable/injectable.decorator"), exports); tslib_1.__exportStar(require("./lib/aspects/before.decorator"), exports); tslib_1.__exportStar(require("./lib/aspects/after.decorator"), exports); tslib_1.__exportStar(require("./lib/container/di.decorator"), exports); tslib_1.__exportStar(require("./lib/provider/providers"), exports); tslib_1.__exportStar(require("./lib/injctable/injector"), exports); tslib_1.__exportStar(require("./lib/injctable/inject.decorator"), exports); tslib_1.__exportStar(require("./lib/types"), exports); tslib_1.__exportStar(require("./lib/container/bootstrap"), exports); tslib_1.__exportStar(require("./lib/scan"), exports);