* Lazily loads and returns the internal/util/types module. * @returns {object}
()
| 411 | * @returns {object} |
| 412 | */ |
| 413 | function lazyTypes() { |
| 414 | if (_TYPES !== null) { return _TYPES; } |
| 415 | return _TYPES = require('internal/util/types'); |
| 416 | } |
| 417 | |
| 418 | |
| 419 | /** |
no test coverage detected
searching dependent graphs…