UNPKG

conflakes

Version:

Manager of the configuration, may be depending on the environment, with the ability to import another config files defined inside themselves.

11 lines 415 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const FileLoaderAbstract_1 = require("./FileLoaderAbstract"); class BaseFileLoaderAbstract extends FileLoaderAbstract_1.FileLoaderAbstract { constructor(container) { super(); this.container = container; } } exports.BaseFileLoaderAbstract = BaseFileLoaderAbstract; //# sourceMappingURL=BaseFileLoaderAbstract.js.map