deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / middleware / serve-static / serve-static.d.ts

serve-static.d.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
/// <reference types="@cloudflare/workers-types" />import type { Handler } from '../../hono';export declare type ServeStaticOptions = { root?: string; path?: string; manifest?: object | string; namespace?: KVNamespace;};export declare const serveStatic: (options?: ServeStaticOptions) => Handler;
deno

Version Info

Tagged at
2 years ago