Package: @effect/printer Module: Doc
@effect/printer
Doc
Returns true if the specified Doc is a WithPageWidth, false otherwise.
true
WithPageWidth
false
Signature
declare const isWithPageWidth: <A>(self: Doc<A>) => self is WithPageWidth<A>
Source
Since v1.0.0