Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ lazyInternalTTY
Function
lazyInternalTTY
lib/internal/util/colors.js:4–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
let
internalTTy;
4
function
lazyInternalTTY() {
5
internalTTy ??= require(
'internal/tty'
);
6
return
internalTTy;
7
}
8
9
module.exports = {
10
blue:
''
,
Callers
1
shouldColorize
Function · 0.85
Calls
1
require
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…