UNPKG

e2ed

Version:

E2E testing framework over Playwright

8 lines (7 loc) 256 B
/** * Get `Content-Length` and `Content-Type` headers for JSON body. */ export declare const getContentJsonHeaders: (bodyAsString: string | undefined) => Readonly<{ "content-length": string; "content-type": "application/json; charset=UTF-8"; }>;