You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2022. It is now read-only.
Hi,
I'm using this module with typescript but since there is no typescript definition file I had to create my own:
Is this something you want to add in to this project?
This can easily be done by creating a new file in this project
types.d.tsand then addtypes: "types.d.ts"inpackage.json.I can create a PR if you want.