effect-io-ai

Package: @effect/printer
Module: Doc

Doc.isChar

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

Signature

declare const isChar: <A>(self: Doc<A>) => self is Char<A>

Source

Since v1.0.0