effect-io-ai

Package: @effect/printer
Module: DocTree

DocTree.isEmptyTree

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

Signature

declare const isEmptyTree: <A>(self: DocTree<A>) => self is EmptyTree<A>

Source

Since v1.0.0