effect-io-ai

Package: @effect/printer
Module: Doc

Doc.text

A document containing a string of text.

Invariants

Control characters are preserved verbatim. Apply sanitize before rendering a document containing untrusted text to a terminal.

Signature

declare const text: (text: string) => Doc<never>

Source

Since v1.0.0