UNPKG

@d3vtool/strict-env

Version:

A utility to automatically load and validate environment variables from `.env` files, ensuring they're properly configured before your system starts.

4 lines (3 loc) 87 B
export declare class EnvParseError extends Error { constructor(message: string); }