ansiEscape top-level constant

String const ansiEscape

ANSI Control Sequence Introducer, signals the terminal for new settings.

Implementation

const ansiEscape = '\x1B[';