UNPKG

fetch-addons

Version:

A collection of addons for the fetch API

3 lines (2 loc) 157 B
export declare function toCurl(input: string | URL, init?: RequestInit): Promise<string>; export declare function toCurl(request: Request): Promise<string>;