zl-fetch
zl-fetch copied to clipboard
TS is throwing tantrum
Typescript is complaining about this lib not having type.
Since this lib comes with a JsDoc, we can add auto type by executing this script:
npx -p typescript tsc ./src/*.js --declaration --allowJs --emitDeclarationOnly --outDir src
Checkout #33 for PR