@xpresser/env
Env Parser with Validation and Required Keys
Env Parser with Validation and Required Keys
A simple npm package to validate required environment variables and prevent runtime errors.
Developers often forget to define required environment variables (.env files). This package will automatically validates required environment variables on startup.
Typesafe environment variables for Next.js
A utility to automatically load and validate environment variables from `.env` files, ensuring they're properly configured before your system starts.