Expose reflection typedefs

This commit is contained in:
Tony Garnock-Jones 2022-01-22 23:45:24 +01:00
parent e4792ddccd
commit 382bf8d956
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ export * from './checker';
export * from './error';
export * from './reader';
export * from './compiler';
export * from './reflection';
export * as Meta from './meta';
export * as Type from './compiler/type';
export * as GenType from './compiler/gentype';