7 lines
175 B
TypeScript
Raw Normal View History

export {
Self as SelfAnnotation,
Ancestor as AncestorAnnotation,
Parent as ParentAnnotation,
Unbounded as UnboundedAnnotation
2015-05-20 09:48:15 -07:00
} from '../annotations_impl/visibility';