deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / middleware / cache / index.d.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
import type { Context } from '../../context';import type { Next } from '../../hono';export declare const cache: (options: { cacheName: string; wait?: boolean; cacheControl?: string;}) => (c: Context, next: Next) => Promise<Response | undefined>;
deno

Version Info

Tagged at
2 years ago