UNPKG

kequapp

Version:

DEPRECATED: renamed to @kequtech/arbor

9 lines (8 loc) 264 B
import type { Action, Params, Pathname } from '../types.ts'; interface StaticDirectoryOptions { location: Pathname; index?: string[]; contentTypes?: Params; } export declare function staticDirectory(options: StaticDirectoryOptions): Action; export {};