effect-io-ai

Package: @effect/printer
Module: DocTree

DocTree.isTextTree

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

Signature

declare const isTextTree: <A>(self: DocTree<A>) => self is TextTree<A>

Source

Since v1.0.0