()
| 221 | |
| 222 | let internalUtil = null; |
| 223 | function lazyInternalUtil() { |
| 224 | internalUtil ??= require('internal/util'); |
| 225 | return internalUtil; |
| 226 | } |
| 227 | |
| 228 | let internalUtilInspect = null; |
| 229 | function lazyInternalUtilInspect() { |
no test coverage detected
searching dependent graphs…