UNPKG

curlconverter

Version:

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

4 lines (3 loc) 184 B
import { Word } from "./Word.js"; import { type Warnings } from "../Warnings.js"; export declare function tokenize(curlCommand: string, warnings?: Warnings): [Word[], Word?, Word?][];