1 line
431 B
Plaintext
1 line
431 B
Plaintext
{"version":3,"sources":["clearConsole.js"],"names":["clearConsole","process","stdout","write","platform"],"mappings":";;;;;kBAAwBA,Y;AAAT,SAASA,YAAT,GAAwB;AACrCC,UAAQC,MAAR,CAAeC,KAAf,CAAqBF,QAAQG,QAAR,KAAqB,OAArB,GAA+B,OAA/B,GAAyC,sBAA9D;AACD","file":"clearConsole.js","sourcesContent":["export default function clearConsole() {\n process.stdout.write(process.platform === 'win32' ? '\\x1Bc' : '\\x1B[2J\\x1B[3J\\x1B[H');\n}\n"]} |