effect-io-ai

Package: @effect/printer
Module: DocTree

DocTree.isAnnotationTree

Returns true if the specified DocTree is an AnnotationTree, false otherwise.

Signature

declare const isAnnotationTree: <A>(self: DocTree<A>) => self is AnnotationTree<A>

Source

Since v1.0.0