MCPcopy 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
3let internalTTy;
4function lazyInternalTTY() {
5 internalTTy ??= require('internal/tty');
6 return internalTTy;
7}
8
9module.exports = {
10 blue: '',

Callers 1

shouldColorizeFunction · 0.85

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…