Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
function
clearConsole() {
11
process.stdout.write(
12
process.platform ===
'win32'
?
'\x1B[2J\x1B[0f'
:
'\x1B[2J\x1B[3J\x1B[H'
13
);
14
}
15
16
module.exports = clearConsole;
Callers
3
createCompiler
Function · 0.85
choosePort
Function · 0.85
start.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected