UNPKG

@michaelganchas/ts-inject

Version:

A lightweight TypeScript dependency injection library

10 lines (9 loc) 628 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.autowireFn = exports.autowire = exports.container = void 0; var container_1 = require("./container"); Object.defineProperty(exports, "container", { enumerable: true, get: function () { return container_1.container; } }); var autowire_1 = require("./autowire"); Object.defineProperty(exports, "autowire", { enumerable: true, get: function () { return autowire_1.autowire; } }); var autowireFn_1 = require("./autowireFn"); Object.defineProperty(exports, "autowireFn", { enumerable: true, get: function () { return autowireFn_1.autowireFn; } });