Open juji opened 3 months ago
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
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:
Checkout #33 for PR