effect-io-ai

Package: @effect/printer
Module: Layout

Layout.unbounded

The unbounded layout algorithm will lay out a document an Unbounded page width.

Signature

declare const unbounded: <A>(self: Doc<A>) => DocStream<A>

Source

Since v1.0.0