MCPcopy
hub / github.com/react/create-react-app / clearConsole

Function clearConsole

packages/react-dev-utils/clearConsole.js:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8'use strict';
9
10function clearConsole() {
11 process.stdout.write(
12 process.platform === 'win32' ? '\x1B[2J\x1B[0f' : '\x1B[2J\x1B[3J\x1B[H'
13 );
14}
15
16module.exports = clearConsole;

Callers 3

createCompilerFunction · 0.85
choosePortFunction · 0.85
start.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected