UNPKG

@naturalcycles/nodejs-lib

Version:

Standard library for Node.js

5 lines (4 loc) 116 B
/** * Returns true if load was successful */ export declare function loadEnvFileIfExists(path?: string): boolean;