UNPKG

curlconverter

Version:

convert curl commands to Python, JavaScript, Go, PHP and more

6 lines (5 loc) 388 B
import type { Request, Warnings } from "../../parse.js"; export declare const supportedArgs: Set<string>; export declare const _toJavaJsoup: (requests: Request[], warnings?: Warnings) => string; export declare const toJavaJsoupWarn: (curlCommand: string | string[], warnings?: Warnings) => [string, Warnings]; export declare const toJavaJsoup: (curlCommand: string | string[]) => string;