UNPKG

101 BJavaScriptView Raw
1"use strict";
2
3module.exports = function (t, a) {
4 a(t.screen, "\x1b[2J");
5 a(t.line, "\x1b[2K");
6};