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