5 lines
133 B
TypeScript
5 lines
133 B
TypeScript
import PouchDB from 'pouchdb-browser'
|
|
import PouchDBFindPlugin from 'pouchdb-find'
|
|
|
|
export default PouchDB.plugin(PouchDBFindPlugin)
|