mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-15 02:35:59 +00:00
5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
// This module just webpacks pouchdb-browser
|
|
import * as PouchDB_src from "pouchdb-browser";
|
|
const PouchDB = PouchDB_src.default;
|
|
export { PouchDB };
|