deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / middleware / logger / index.d.ts
123456import type { Context } from '../../context';import type { Next } from '../../hono';declare type PrintFunc = (str: string, ...rest: string[]) => void;export declare const logger: (fn?: PrintFunc) => (c: Context, next: Next) => Promise<void>;export {};
Version Info