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