/** * Copyright (c) oct16. * https://github.com/oct16 * * This source code is licensed under the GPL-3.0 license found in the * LICENSE file in the root directory of this source tree. * */ import { IDB } from './idb' export { IDB } from './idb' export const idb = new IDB('cat_db', 1, 'cat_data')