()
| 227 | |
| 228 | let internalUtilInspect = null; |
| 229 | function lazyInternalUtilInspect() { |
| 230 | internalUtilInspect ??= require('internal/util/inspect'); |
| 231 | return internalUtilInspect; |
| 232 | } |
| 233 | |
| 234 | let utilColors; |
| 235 | function lazyUtilColors() { |
no test coverage detected
searching dependent graphs…