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.
I'm writing a node server in typescript, and since the library has no types exposed,
I'm having to
requirethe library instead ofimporting 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.