ts-bakery
Version:
Baked dependency injection for Typescript.
11 lines • 341 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class DependencyConfiguration {
constructor() {
this.dependencies = [];
this.requestedDependencies = [];
this.interfaceBindings = [];
}
}
exports.default = DependencyConfiguration;
//# sourceMappingURL=DependencyConfiguration.js.map