Skip to content

Commit

Permalink
fix: export ReusableListIterator
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Jul 24, 2024
1 parent 89ed8e2 commit 90a5ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ssz/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export {BitArray, getUint8ByteToBitBooleanArray} from "./value/bitArray";

// Utils
export {fromHexString, toHexString, byteArrayEquals} from "./util/byteArray";
export {ReusableListIterator} from "./util/reusableListIterator";

export {hash64, symbolCachedPermanentRoot} from "./util/merkleize";

Expand Down

0 comments on commit 90a5ae6

Please sign in to comment.