Skip to content

Commit

Permalink
chore: export more classes
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Jun 22, 2024
1 parent 5a917c6 commit 0a96d91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/ssz/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ export {Type, ValueOf, JsonPath, ByteViews} from "./type/abstract";
export {BasicType, isBasicType} from "./type/basic";
export {CompositeType, CompositeTypeAny, CompositeView, CompositeViewDU, isCompositeType} from "./type/composite";
export {TreeView} from "./view/abstract";
export {ValueOfFields} from "./view/container";
export {ValueOfFields, ContainerTypeGeneric} from "./view/container";
export {TreeViewDU} from "./viewDU/abstract";
export {ListCompositeTreeViewDU} from "./viewDU/listComposite";
export {ArrayCompositeTreeViewDUCache} from "./viewDU/arrayComposite";

// Values
export {BitArray, getUint8ByteToBitBooleanArray} from "./value/bitArray";
Expand All @@ -36,3 +38,6 @@ export {BitArray, getUint8ByteToBitBooleanArray} from "./value/bitArray";
export {fromHexString, toHexString, byteArrayEquals} from "./util/byteArray";

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

// others
export {BranchNodeStruct} from "./branchNodeStruct";

0 comments on commit 0a96d91

Please sign in to comment.