UNPKG

@jeaks03/overseer

Version:

Just another TypeScript Back-End framework

9 lines (8 loc) 308 B
import { Converter } from "./converter"; export declare class FormDataConverter extends Converter { getContentType(): string; canRead(target: string, contentType: string): boolean; canWrite(target: any, contentType: string): boolean; doRead(target: string): any; private parseFormData; }