You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Glad to help. I made a pull request for you and tested the changes on my local system. One thing I did was add a dependency to @types/db. Some people are inclined to add it to devDependencies instead but that adds extra work for users of your library ( see microsoft/types-publisher#81 )
Here is my quick and dirty typescript definition files in case anyone else could use it.
https://gist.github.com/sparebytes/5964fa0a41db22ee8a99a6cf7f1f8c3b
I noticed that some places refer to
DB
and others refer toDb
so I changed everything to useDB
.The text was updated successfully, but these errors were encountered: