deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / middleware / pretty-json / index.d.ts
12345678import type { Context } from '../../context';import type { Next } from '../../hono';declare type prettyOptions = { space: number;};export declare const prettyJSON: (options?: prettyOptions) => (c: Context, next: Next) => Promise<void>;export {};
Version Info