effect-io-ai

Package: @effect/printer
Module: Layout

Layout.Layout.Options

Represents the options that will influence the layout algorithms.

Signature

export interface Options {
    readonly pageWidth: PageWidth
  }

Source

Since v1.0.0