UNPKG

edge-mock

Version:

types for testing an developer edge applications

4 lines (3 loc) 241 B
export declare function stringAsFormData(boundary: string, body: string): FormData; export declare function formDataAsString(form: FormData, boundary?: string): Promise<[string, string]>; export declare const generateBoundary: () => string;