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

9 lines (8 loc) 186 B
import { denoAdapter } from "./adpater.js"; import { loadEnv } from "./env.js"; export * from "./adpater.js"; export * from "./env.js"; export default { denoAdapter, loadEnv, };