UNPKG

preact-material-components

Version:
8 lines (6 loc) 130 B
'use strict'; module.exports = function (isSoft) { process.stdout.write( isSoft ? '\x1Bc' : '\x1B[2J\x1B[3J\x1B[H\x1Bc' ); }