/opt/canhelp/node_modules/openai/internal/utils
Edit: /opt/canhelp/node_modules/openai/internal/utils/env.d.ts (281B)
/**
* Read an environment variable.
*
* Trims beginning and trailing whitespace.
*
* Will return undefined if the environment variable doesn't exist or cannot be accessed.
*/
export declare const readEnv: (env: string) => string | undefined;
//# sourceMappingURL=env.d.ts.map