UNPKG

robert

Version:

A generic shitty http client in nod.js

3 lines (2 loc) 175 B
import { Body, Methods, RequestOptions } from "./types"; export default function response(method: Methods, url: URL, body: Body, options: RequestOptions): Promise<unknown>;