UNPKG

conflakes

Version:

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

5 lines (4 loc) 191 B
import { FileLoaderLoadError } from "./FileLoaderLoadError"; export declare class FileLoaderImportCircularReferenceError extends FileLoaderLoadError { constructor(resources: string[]); }