Skip to content

Commit

Permalink
Export HiddenType and HiddenTypeFormatter
Browse files Browse the repository at this point in the history
Follow on to vega#1417
  • Loading branch information
sean9keenan committed Oct 11, 2022
1 parent 34bb70b commit c1e73f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.ts
Expand Up @@ -49,6 +49,7 @@ export * from "./src/Type/BooleanType";
export * from "./src/Type/DefinitionType";
export * from "./src/Type/EnumType";
export * from "./src/Type/FunctionType";
export * from "./src/Type/HiddenType";
export * from "./src/Type/IntersectionType";
export * from "./src/Type/LiteralType";
export * from "./src/Type/NeverType";
Expand Down Expand Up @@ -82,6 +83,7 @@ export * from "./src/TypeFormatter/ArrayTypeFormatter";
export * from "./src/TypeFormatter/BooleanTypeFormatter";
export * from "./src/TypeFormatter/DefinitionTypeFormatter";
export * from "./src/TypeFormatter/EnumTypeFormatter";
export * from "./src/TypeFormatter/HiddenTypeFormatter";
export * from "./src/TypeFormatter/IntersectionTypeFormatter";
export * from "./src/TypeFormatter/LiteralTypeFormatter";
export * from "./src/TypeFormatter/LiteralUnionTypeFormatter";
Expand Down

0 comments on commit c1e73f1

Please sign in to comment.