Skip to content

Commit

Permalink
Merge pull request #595 from himself65/expose-content-doc
Browse files Browse the repository at this point in the history
feat: expose some types
  • Loading branch information
dmonad committed Nov 20, 2023
2 parents ac49dbc + e5f286c commit b531438
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.js
Expand Up @@ -18,8 +18,10 @@ export {
Item,
AbstractStruct,
GC,
Skip,
ContentBinary,
ContentDeleted,
ContentDoc,
ContentEmbed,
ContentFormat,
ContentJSON,
Expand Down Expand Up @@ -93,6 +95,9 @@ export {
obfuscateUpdate,
obfuscateUpdateV2,
UpdateEncoderV1,
UpdateEncoderV2,
UpdateDecoderV1,
UpdateDecoderV2,
equalDeleteSets,
snapshotContainsUpdate
} from './internals.js'
Expand Down

0 comments on commit b531438

Please sign in to comment.