feat: expose some types

This commit is contained in:
Alex Yang 2023-11-06 16:49:33 -06:00
parent 9a7b659919
commit e5f286cf89

View File

@ -18,8 +18,10 @@ export {
Item, Item,
AbstractStruct, AbstractStruct,
GC, GC,
Skip,
ContentBinary, ContentBinary,
ContentDeleted, ContentDeleted,
ContentDoc,
ContentEmbed, ContentEmbed,
ContentFormat, ContentFormat,
ContentJSON, ContentJSON,
@ -93,6 +95,9 @@ export {
obfuscateUpdate, obfuscateUpdate,
obfuscateUpdateV2, obfuscateUpdateV2,
UpdateEncoderV1, UpdateEncoderV1,
UpdateEncoderV2,
UpdateDecoderV1,
UpdateDecoderV2,
equalDeleteSets, equalDeleteSets,
snapshotContainsUpdate snapshotContainsUpdate
} from './internals.js' } from './internals.js'