UNPKG

@typespec/ts-http-runtime

Version:

Isomorphic client library for making HTTP requests in node.js and browser.

9 lines 333 B
import type { FormDataMap } from "./interfaces.js"; /** * Browser and React Native runtimes handle FormData natively, * so no conversion from FormData to FormDataMap is needed. * * @internal */ export declare function convertBodyToFormDataMap(_body: unknown): FormDataMap | undefined; //# sourceMappingURL=formData-web.d.mts.map