UNPKG

@visulima/ansi

Version:

ANSI escape codes for some terminal swag.

10 lines (6 loc) 267 B
'use strict'; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } }); const RESET_INITIAL_STATE = "\x1Bc"; const RIS = RESET_INITIAL_STATE; exports.RESET_INITIAL_STATE = RESET_INITIAL_STATE; exports.RIS = RIS;