ModelAi/node_modules/openai/internal/utils/env.d.ts
2025-09-15 10:04:47 +08:00

9 lines
281 B
TypeScript

/**
* 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