UNPKG

tezx

Version:

TezX is a high-performance, lightweight JavaScript framework designed for speed, scalability, and flexibility. It enables efficient routing, middleware management, and static file serving with minimal configuration. Fully compatible with Node.js, Deno, an

6 lines (5 loc) 202 B
/** * Loads environment variables from .env files. * @param basePath - The base directory where .env files are located. */ export declare function loadEnv(basePath?: string): Record<string, string>;