UNPKG

fake-service-worker

Version:

Fake service worker implementation for testing 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;