MCPcopy Create free account
hub / github.com/EsperoTech/yaade / parseCurlCommand

Function parseCurlCommand

client/src/utils/curl/index.js:3–5  ·  view source on GitHub ↗
(curlCommand)

Source from the content-addressed store, hash-verified

1import parseCurl from 'parse-curl';
2
3export function parseCurlCommand(curlCommand) {
4 return parseCurl(curlCommand);
5}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected