UNPKG

diesel-core

Version:

Web framework built on Web Standards

6 lines (5 loc) 198 B
import { ContextType } from "../../types"; export declare const fileSaveMiddleware: (options?: { dest?: string; fields?: string[]; }) => (ctx: ContextType) => Promise<Response | undefined>;