diff --git a/src/index.js b/src/index.js index 4dfa0b3c..1aebeb81 100644 --- a/src/index.js +++ b/src/index.js @@ -113,7 +113,9 @@ export { createIdMapFromIdSet, TwosetAttributionManager, noAttributionsManager, - createAttributionManagerFromDiff + iterateStructsByIdSet, + createAttributionManagerFromDiff, + createIdSet } from './internals.js' const glo = /** @type {any} */ (typeof globalThis !== 'undefined'