()
| 88 | let uvBinding; |
| 89 | |
| 90 | function lazyUv() { |
| 91 | uvBinding ??= internalBinding('uv'); |
| 92 | return uvBinding; |
| 93 | } |
| 94 | |
| 95 | function removeColors(str) { |
| 96 | return StringPrototypeReplace(str, colorRegExp, ''); |
no outgoing calls
no test coverage detected
searching dependent graphs…