UNPKG

ts-bakery

Version:

Baked dependency injection for Typescript.

11 lines 341 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class DependencyConfiguration { constructor() { this.dependencies = []; this.requestedDependencies = []; this.interfaceBindings = []; } } exports.default = DependencyConfiguration; //# sourceMappingURL=DependencyConfiguration.js.map