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) 199 B
export { Environment } from "../core/environment.js"; export { GlobalConfig } from "../core/config.js"; export { sanitizePathSplit } from "../utils/url.js"; export { generateID } from "./common.js";