UNPKG

configuru

Version:

Manage the configuration of your Nodejs application with multiple environments and custom preferences, utilizing Configuru in CI and development as well!

8 lines (7 loc) 270 B
export declare const anonymize: (val: any) => any; export declare const parseBool: (x: any) => boolean; export declare const identity: <T>(x: T) => T; export declare const isObject: (x: any) => boolean; export declare const JSONC: { parse: (text: string) => any; };