UNPKG
curl_transcode
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
Transcode cURL query to various programming languages
curl_transcode
/
tmp
/
target
/
get.js
4 lines
(2 loc)
•
63 B
JavaScript
View Raw
1
2
3
4
import
fetch
from
'node-fetch'
;
fetch
(
'https://foo.bar/baz'
);