Export mergeDeleteSets

Useful for comparing snapshots.
This commit is contained in:
Fuad Saud 2024-06-06 13:38:08 +02:00 committed by GitHub
parent a4303f914d
commit 6932696795
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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