effect-io-ai

Package: @effect/printer
Module: Doc

Doc.isNest

Returns true if the specified Doc is a Nest, false otherwise.

Signature

declare const isNest: <A>(self: Doc<A>) => self is Nest<A>

Source

Since v1.0.0