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

10 lines (9 loc) 256 B
import { denoAdapter } from "./adpater.js"; import { loadEnv } from "./env.js"; export * from "./adpater.js"; export * from "./env.js"; declare const _default: { denoAdapter: typeof denoAdapter; loadEnv: typeof loadEnv; }; export default _default;