ts-node-fetcher
v1.0.15
Published
A easier-to-use 'node-fetch'
Maintainers
Readme
fetcher
A easier-to-use 'node-fetch'. The package features a parsed HTTP(s) response and an error-checking mechanism that node-fetch doesn't have.
Use
run npm i ts-node-fetcher, then you are good to go.
use import fetcher from 'ts-node-fetcher' to use the fetcher function
