UNPKG

conflakes

Version:

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

6 lines (5 loc) 212 B
import { FileLoaderAbstract } from "./FileLoaderAbstract"; export declare abstract class BaseFileLoaderAbstract extends FileLoaderAbstract { protected container: object; constructor(container: object); }