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 (10 loc) 285 B
import { Config } from "./Config"; export declare class ConflakesLoader { private frozen; private loader; private config; constructor(); load: (resource: any, type?: any) => ConflakesLoader; getConfig: (freeze?: boolean) => Config; private deepFreeze(o); }