MCPcopy Index your code
hub / github.com/nodejs/node / lazyTypes

Function lazyTypes

lib/internal/modules/helpers.js:413–416  ·  view source on GitHub ↗

* Lazily loads and returns the internal/util/types module. * @returns {object}

()

Source from the content-addressed store, hash-verified

411 * @returns {object}
412 */
413function lazyTypes() {
414 if (_TYPES !== null) { return _TYPES; }
415 return _TYPES = require('internal/util/types');
416}
417
418
419/**

Callers 1

assertBufferSourceFunction · 0.85

Calls 1

requireFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…