UNPKG

@anthropic-ai/sdk

Version:

The official TypeScript library for the Anthropic API

9 lines 281 B
/** * 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