JamesMGreene / nestdb

NestDB: An embedded persistent or in-memory database for Node.js, originally forked from NeDB
MIT License
58 stars 7 forks source link

Typescript Typings #33

Open mluis opened 6 years ago

mluis commented 6 years ago

Is there any typings available for typescript on NestDB ?

JamesMGreene commented 6 years ago

Unfortunately not, though I am in favor of adding them when I get time. Any good guides on how to get started with generating/writing a types definition file? I've used them before but have never created one.

mluis commented 6 years ago

I'm in the same situation. Unfortunately I don't have the time needed to do it so :( I know that there's a @typings/nedb definition, perhaps adapting the differences to that one would be a way to start. I'm not experienced enough on typescript though.

alexanderson1993 commented 5 years ago

https://github.com/DefinitelyTyped/DefinitelyTyped/pull/39063