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.

3 lines (2 loc) 103 B
import { Context, TezX } from "tezx"; export declare function Routes(ctx: Context, app: TezX): string;