-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
I'm writing a node server in typescript, and since the library has no types exposed,
I'm having to require the library instead of importing it, and I also have no types on anything, naturally.
Having TS support for the library would be great, and it would open it for node projects that are strict on having typings on dependencies.