UNPKG

@tezx/devtools

Version:

Developer tools for the TezX framework, including route inspector, cookie manager, and real-time diagnostics. Lightweight and plug-and-play compatible with Node.js, Bun, and Deno.

4 lines (3 loc) 149 B
export { dumpRoutes } from "./dumpRoutes.js"; export { dumpMiddlewares } from "./middlewares.js"; export type { RouteEntry } from "./dumpRoutes.js";