Expose schema compiler's gentype.ts module

This commit is contained in:
Tony Garnock-Jones 2021-12-12 23:52:45 +01:00
parent 972085a59b
commit fc84813704
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ export * from './reader';
export * from './compiler';
export * as Meta from './meta';
export * as Type from './compiler/type';
export * as GenType from './compiler/gentype';