@nodedaemon/core
Version:
Production-ready Node.js process manager with zero external dependencies
7 lines • 324 B
TypeScript
export interface EnvConfig {
[key: string]: string;
}
export declare function loadEnvFile(filePath: string): EnvConfig;
export declare function findEnvFile(scriptPath: string, envFile?: string): string | null;
export declare function mergeEnvConfigs(...configs: EnvConfig[]): EnvConfig;
//# sourceMappingURL=env.d.ts.map