UNPKG

typescript-express-starter

Version:
9 lines (7 loc) 153 B
import { cleanEnv, port, str } from 'envalid'; export function ValidateEnv() { cleanEnv(process.env, { NODE_ENV: str(), PORT: port(), }); }