effect-io-ai

Package: @effect/printer
Module: Doc

Doc.string

Constructs a document containing a string of text.

Note: newline characters (\n) contained in the provided string will be disregarded (i.e. not rendered) in the output document.

Signature

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

Source

Since v1.0.0