effect-io-ai

Package: @effect/printer
Module: Doc

Doc.isEmpty

Returns true if the specified Doc is an Empty, false otherwise.

Signature

declare const isEmpty: <A>(self: Doc<A>) => self is Empty<A>

Source

Since v1.0.0