UNPKG

alinea

Version:
4 lines (3 loc) 169 B
import { type Emitter } from '../util/Emitter.js'; import type { DevDB } from './DevDB.js'; export declare function fillCache(db: DevDB, fix?: boolean): Emitter<DevDB>;