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

3 lines (2 loc) 117 B
export { HandlerType, RouteMatchResult, RouteRegistry, } from "../types/index.js"; export * from "./RadixRouter.js";