UNPKG

@boost/config

Version:

Powerful convention based finder, loader, and manager of both configuration and ignore files.

5 lines 174 B
/** * Detect the current environment name from `<project>_ENV` and `NODE_ENV`. */ export declare function getEnv(name: string): string; //# sourceMappingURL=getEnv.d.ts.map