UNPKG

typescript-express-starter

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