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) 101 B
import type { Context } from "tezx"; export declare function CookiesInspector(ctx: Context): string;