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