4 lines
162 B
JavaScript

import { isObject, deepAssign, pouchDocHash, pouchDocArrayHash } from './utils.js';
export { TypeSpec } from './type.js';
export { PouchORM } from './plugin.js';