deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / middleware / serve-static / serve-static.d.ts
12345678910/// <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;
Version Info