Skip to content

Commit

Permalink
feat: export util types to consume by lodestar
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Mar 6, 2024
1 parent b8f4bb8 commit 7509658
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ssz/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ export {BitArrayType} from "./type/bitArray";
export {ByteArrayType} from "./type/byteArray";

// Base type clases
export {Type, ValueOf, JsonPath} from "./type/abstract";
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 {TreeViewDU} from "./viewDU/abstract";

// Values
Expand Down

0 comments on commit 7509658

Please sign in to comment.