Merge pull request #648 from ellipsus-writes/export-merge-ds

Export mergeDeleteSets
This commit is contained in:
Kevin Jahns
2024-06-07 17:20:20 +02:00
committed by GitHub

View File

@@ -100,6 +100,7 @@ export {
UpdateDecoderV1, UpdateDecoderV1,
UpdateDecoderV2, UpdateDecoderV2,
equalDeleteSets, equalDeleteSets,
mergeDeleteSets,
snapshotContainsUpdate snapshotContainsUpdate
} from './internals.js' } from './internals.js'