Thanks for this useful package. I'm using it with TypeScript, but there are no declarations for it yet. Can I add them?
The only required steps are to add the declaration file index.d.ts and add the types field to the package.json ({ "types": "index.d.ts" }. The declaration file should contain:
Hi!
Thanks for this useful package. I'm using it with TypeScript, but there are no declarations for it yet. Can I add them?
The only required steps are to add the declaration file
index.d.ts
and add thetypes
field to thepackage.json
({ "types": "index.d.ts" }
. The declaration file should contain:Can I submit a pull request?
Thanks!