UNPKG

ts-bakery

Version:

Baked dependency injection for Typescript.

10 lines 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class DependencyConfiguration { constructor() { this.bindings = []; this.mappings = []; } } exports.default = DependencyConfiguration; //# sourceMappingURL=DependencyConfiguration.js.map