Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 289 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 289 Bytes

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