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

4 lines (3 loc) 107 B
export declare class Environment { static get getEnvironment(): "node" | "bun" | "deno" | "unknown"; }