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