Skip to content

Commit

Permalink
fix: Export HiddenType and HiddenTypeFormatter (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean9keenan committed Oct 16, 2022
1 parent 028906c commit 85f08ed
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 85f08ed

Please sign in to comment.