UNPKG

@tuentyfaiv/http

Version:

Library for http requests based on fetch

3 lines (2 loc) 214 B
import type { HttpConfigConnection } from "../typing/classes/http.typing.js"; export declare function parseBody<T, P>(config: HttpConfigConnection<T, P>): Pick<HttpConfigConnection<string, P>, "body" | "headers">;