UNPKG

conflakes

Version:

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

8 lines (7 loc) 208 B
export declare class Config { private parameters; constructor(params: object); get: (property: string, defaultParam?: any) => any; has: (property: string) => boolean; all: () => Object; }