Merge pull request #595 from himself65/expose-content-doc

feat: expose some types
This commit is contained in:
Kevin Jahns 2023-11-20 12:22:46 +01:00 committed by GitHub
commit b531438369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'