zl-fetch icon indicating copy to clipboard operation
zl-fetch copied to clipboard

TS is throwing tantrum

Open juji opened this issue 6 months ago • 0 comments

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

juji avatar Aug 08 '24 15:08 juji