BE-SPAN/node_modules/cli-color/erase.js

11 lines
166 B
JavaScript
Raw Normal View History

2024-10-20 15:04:16 +00:00
"use strict";
module.exports = {
screen: "\x1b[2J",
screenLeft: "\x1b[1J",
screenRight: "\x1b[J",
line: "\x1b[2K",
lineLeft: "\x1b[1K",
lineRight: "\x1b[K"
};