MCPcopy Index your code
hub / github.com/Effect-TS/effect / options

Function options

packages/printer/src/internal/layout.ts:15–15  ·  view source on GitHub ↗
(pageWidth: PageWidth.PageWidth)

Source from the content-addressed store, hash-verified

13
14/** @internal */
15export const options = (pageWidth: PageWidth.PageWidth): Layout.Layout.Options => ({ pageWidth })
16
17/** @internal */
18export const defaultOptions: Layout.Layout.Options = options(InternalPageWidth.defaultPageWidth)

Callers 2

layout.tsFile · 0.70
Layout.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected