Package: @effect/printer
Module: PageWidth
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"
}
Since v1.0.0