nswbmw / koa-mongo

MongoDB middleware for koa, support connection pool.
145 stars 31 forks source link

Add TypeScript declaration files #44

Closed Shqrp closed 3 years ago

Shqrp commented 3 years ago

Hello people,

I'm starting a new project and I came across this awesome middleware. As I work in TypeScript, the compiler was whining about the fact that there isn't the declaration file for this, so I made one!

Feel free to comment out any mistakes or features that you'd like me to add!

Shqrp commented 3 years ago

Closing because already adding correct declarations to DefinitelyTyped.