UNPKG

tezx

Version:

TezX is a modern, ultra-lightweight, and high-performance JavaScript framework built specifically for Bun. It provides a minimal yet powerful API, seamless environment management, and a high-concurrency HTTP engine for building fast, scalable web applicat

10 lines (9 loc) 194 B
import { Router } from "./core/router.js"; import { TezX } from "./core/server.js"; export { Router, TezX }; export let version = "4.0.11"; export default { Router, TezX, version };