effect-io-ai

Package: @effect/printer
Module: DocTree

DocTree.isLineTree

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

Signature

declare const isLineTree: <A>(self: DocTree<A>) => self is LineTree<A>

Source

Since v1.0.0