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

5 lines (4 loc) 161 B
export { Router } from "./core/router.js"; export { TezX } from "./core/server.js"; export { useParams } from "./utils/params.js"; export let version = "2.0.3";