We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bab92 commit 8be8b5eCopy full SHA for 8be8b5e
packages/type/index.ts
@@ -29,6 +29,8 @@ export * from './src/default.js';
29
export * from './src/mixin.js';
30
31
export * from './src/reflection/type.js';
32
+export { typeAnnotation as metaAnnotation } from './src/reflection/type.js';
33
+
34
export * from './src/reflection/processor.js';
35
36
export * from './src/reflection/extends.js';
0 commit comments