UNPKG
ink-tab
Version:
latest (5.2.0)
5.2.0
5.1.0
5.0.0
4.3.1
4.3.0
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.0
4.0.0
3.0.2
3.0.1
3.0.0
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
2.0.0-beta.4
2.0.0-beta.2
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
Tab component for Ink
github.com/jdeniau/ink-tab
jdeniau/ink-tab
ink-tab
/
demo
/
clear-screen.js
6 lines
(4 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
/
/ taken from https:/
/github.com/tawseefnabi
/console-clear/blob
/master/index
.js process.stdout.write( process.platform ===
'win32'
?
'\x1B[2J\x1B[0f'
:
'\x1B[2J\x1B[3J\x1B[H'
);