// This module just webpacks pouchdb-browser import * as PouchDB_src from "pouchdb-browser"; const PouchDB = PouchDB_src.default; export { PouchDB };