effect-io-ai

Package: @effect/printer
Module: PageWidth

PageWidth.Unbounded

Represents a PageWidth setting that informs the layout algorithms to avoid introducing line breaks into a document.

Signature

export interface Unbounded extends PageWidth.Proto {
  readonly _tag: "Unbounded"
}

Source

Since v1.0.0