Skip to main content
envIsDefined(…keys): boolean
Defined in: packages/env-utilities/src/lib/utils.ts:111 Checks if any of the specified environment variables is defined.

Parameters

keys

…readonly keyof Env[]

Returns

boolean Whether the value of any of the specified environment variables is a non-empty string