frontend/.pnpm-store/v3/files/7c/c053c1244cc233972c4f5c72f7b4033e5f1fe370a98eff340b506068488de95f5e3c35f56ec7dbab8c357192e5be35755a9ef66a4376aafd8670cc09eb8bd7

11 lines
166 B
Plaintext

"use strict";
module.exports = {
screen: "\x1b[2J",
screenLeft: "\x1b[1J",
screenRight: "\x1b[J",
line: "\x1b[2K",
lineLeft: "\x1b[1K",
lineRight: "\x1b[K"
};