Skip to main content
envIsUndefined(key): boolean
Defined in: packages/env-utilities/src/lib/utils.ts:88 Checks if the value of the specified environment variable is undefined.

Parameters

key

keyof Env The name of the environment variable.

Returns

boolean Whether the value of the specified environment variable is:
  • undefined
  • An empty string ("")