UNPKG

curlconverter

Version:

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

5 lines (4 loc) 111 B
import Parser from "tree-sitter"; declare const parser: Parser; export default parser; export type { Parser };