UNPKG

formzilla

Version:

Fastify plugin for parsing multipart/form data

7 lines (6 loc) 226 B
import { Dictionary, FieldParser } from "./index"; export declare class FieldParserWithSchema implements FieldParser { private props: Dictionary; constructor(props: Dictionary); parseField(name: string, value: any): any; }