seigel / pouchdb-react-native

Pouchdb with async storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create typescript definitions

amiosci opened this issue · comments

No typescript definitions exist which makes it less desirable from a hotswap perspective with pouchdb proper when using the compilerOptions.noImplicitAny setting.

I do not use typescript at all, but if you do a pull request that adds the type definitions, I'll accept it and publish them

Hi @stockulus, I've created the type definition for the library... here: #87

Given the pull request was merged and accepted, I think this issue should be closed.