pouchdb / upsert

PouchDB plugin for upsert() and putIfNotExists() functions
Apache License 2.0
149 stars 25 forks source link

TS2339: Property 'upsert' does not exist on type 'Database<{}>'. #66

Open pejman1 opened 4 years ago

pejman1 commented 4 years ago

Using upsert plugin throw this error in Typescript TS2339: Property 'upsert' does not exist on type 'Database<{}>'.

how can I solve this issue ?

HeikoKanzler commented 3 years ago

I had to install the types for pouchdb-upsert: npm install @types/pouchdb-upsert