/** * Earthstar APIs which run in browsers. * @module */ export { DocDriverLocalStorage } from "../replica/doc_drivers/localstorage.ts"; export { DocDriverIndexedDB } from "../replica/doc_drivers/indexeddb.ts"; export { AttachmentDriverIndexedDB } from "../replica/attachment_drivers/indexeddb.ts"; export { ReplicaDriverWeb } from "../replica/driver_web.ts";