expose more missing api

This commit is contained in:
Kevin Jahns
2025-11-18 01:47:34 +01:00
parent 2779edfd98
commit de10cf0b93
2 changed files with 8 additions and 1 deletions

View File

@@ -114,7 +114,12 @@ export {
mergeIdSets,
cloneDoc,
readUpdateIdRanges,
readUpdateIdRangesV2
readUpdateIdRangesV2,
insertIntoIdMap,
insertIntoIdSet,
mergeIdMaps,
readIdMap,
readIdSet
} from './internals.js'
const glo = /** @type {any} */ (typeof globalThis !== 'undefined'

View File

@@ -16,6 +16,7 @@ import * as buf from 'lib0/buffer'
import * as rabin from 'lib0/hash/rabin'
/**
* @todo rename this to `Attribute`
* @template V
*/
export class AttributionItem {
@@ -47,6 +48,7 @@ const _hashAttribution = attr => {
}
/**
* @todo rename this to `createAttribute`
* @template V
* @param {string} name
* @param {V} val