UNPKG

ipfs-repo

Version:
12 lines (10 loc) 217 B
import { MemoryLock } from './locks/memory.js' /** * @type {Partial<import('./types').Options>} */ export default { autoMigrate: true, onMigrationProgress: () => {}, repoOwner: true, repoLock: MemoryLock }