validate-env-vars
A lightweight utility to check the presence and validity of environment variables, as specified by a Zod schema
Found 4 results for validate-env
A lightweight utility to check the presence and validity of environment variables, as specified by a Zod schema
Safely load environment variables in Node.js with fallback support.
Developers often forget to define required environment variables (.env files). This package will automatically validates required environment variables on startup (Now supports TS).
Environment variable validation using dotenv and nope-validator