UNPKG

@visulima/ansi

Version:

ANSI escape codes for some terminal swag.

5 lines (3 loc) 108 B
const RESET_INITIAL_STATE = "\x1Bc"; const RIS = RESET_INITIAL_STATE; export { RESET_INITIAL_STATE, RIS };