ESC top-level constant
String
const ESC
Escape.
ESC is used for code extension purposes. It causes the meanings of a limited number of bit combinations following it in the data stream to be changed.
The use of ESC is defined in Standard ECMA-35.
Implementation
const String ESC = '\x1B';