7 lines
175 B
TypeScript
7 lines
175 B
TypeScript
export {
|
|
Self as SelfAnnotation,
|
|
Ancestor as AncestorAnnotation,
|
|
Parent as ParentAnnotation,
|
|
Unbounded as UnboundedAnnotation
|
|
} from '../annotations_impl/visibility';
|