cmux/node_modules/@vercel/build-utils/dist/get-platform-env.d.ts
2026-01-29 17:36:26 -08:00

5 lines
207 B
TypeScript

/**
* Helper function to support both `VERCEL_` and legacy `NOW_` env vars.
* Throws an error if *both* env vars are defined.
*/
export declare const getPlatformEnv: (name: string) => string | undefined;