UNPKG

node-yaml-config

Version:

Write your configuration files for node.js in yaml

9 lines 570 B
export * from './config-loader'; export * from './config-loader.options'; export declare const read: (filename: string) => any; export declare const load: (filename: string, env?: string | undefined) => any; export declare const reload: (filename: string, env?: string | undefined) => any; export declare const readAsync: (filename: string) => Promise<any>; export declare const loadAsync: (filename: string, env?: string | undefined) => Promise<any>; export declare const reloadAsync: (filename: string, env: string) => Promise<any>; //# sourceMappingURL=index.d.ts.map