Closed JulianLang closed 3 years ago
Hi,
Thanks for opening this issue! Sorry I did not respond to you so far, to be honest I'm don't have enough knowledge in TypeScript to verify that but there has been an update to the definition file a couple of weeks ago, maybe that solved your issue as well. Could you check please and report what you find back to this issue?
Hi,
thanks, sure. I will hopefully have time to take a look next days and give feedback. Thanks for responding!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi, I noticed that Datastore is not generic while in Nedb it is. Having it generic can help devs to only pass in correct data to e.g.
insert
calls.Example with Nedb:
Am I missing something or is this is currently not possible to get this kind of help from compiler?