effect-io-ai

Package: @effect/printer
Module: Doc

Doc.isWithPageWidth

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

Signature

declare const isWithPageWidth: <A>(self: Doc<A>) => self is WithPageWidth<A>

Source

Since v1.0.0