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
Good evening, I'm a developer that was considering using ForerunnerDB for a project of mine but hit a snag in that the typescript definitions included with the project are fairly outdated and the package.json lacks the typings property.
If I wasn't still learning Typescript myself, I'd offer to help get them up to speed. So, the next best thing is to let you all know that there is a problem.
The text was updated successfully, but these errors were encountered:
Hi all! I support this request.
I am currently working on upgrading a React project with ForerunnerDB v1.4.67, to latest and using TS. I found that the Collection.count() in the ForerunnerDB types.d.ts doesnt have a version with queries. Obviously this method is there since it works in v1.4.67 and also the doc says it is there. I can easily solve this technically by copying the Collection types declaration and add the count(query: any) but it is not an ideal solution. So I support the request to have the TS types file updated
Good evening, I'm a developer that was considering using ForerunnerDB for a project of mine but hit a snag in that the typescript definitions included with the project are fairly outdated and the package.json lacks the typings property.
If I wasn't still learning Typescript myself, I'd offer to help get them up to speed. So, the next best thing is to let you all know that there is a problem.
The text was updated successfully, but these errors were encountered: