3 lines
111 B
JavaScript

import FDBFactory from "./FDBFactory.js";
const fakeIndexedDB = new FDBFactory();
export default fakeIndexedDB;