effect-io-ai

Package: @effect/printer
Module: PageWidth

PageWidth.PageWidth

Represents the maximum number of characters that fit onto a single line in a document. The layout algorithms will try to avoid exceeding the set character limit by inserting line breaks where appropriate (e.g., via softLine).

Signature

type PageWidth = AvailablePerLine | Unbounded

Source

Since v1.0.0