This repository has been deprecated following the consolidation of its codebase into the effect
monorepo.
You can find @effect/printer
here: https://github.com/effect-ts/effect/tree/main/packages/printer
This repository contains packages related to pretty-printing that are compatible with the Effect-TS ecosystem.
@effect/printer
: a general module which defines a pretty printer for formatting text in a flexible and convenient way@effect/printer-ansi
: a module containing a renderer suitable for displaying documents on ANSI-compatible terminals
This package is a port of https://github.com/quchen/prettyprinter