UNPKG

@atproto/repo

Version:

atproto repo and MST implementation

5 lines 251 B
import { DataDiff } from '../data-diff'; import { MST } from './mst'; export declare const nullDiff: (tree: MST) => Promise<DataDiff>; export declare const mstDiff: (curr: MST, prev: MST | null) => Promise<DataDiff>; //# sourceMappingURL=diff.d.ts.map