Package: @effect/printer Module: DocTree
@effect/printer
DocTree
Returns true if the specified DocTree is an AnnotationTree, false otherwise.
true
AnnotationTree
false
Signature
declare const isAnnotationTree: <A>(self: DocTree<A>) => self is AnnotationTree<A>
Source
Since v1.0.0