MCPcopy Create free account
hub / github.com/denoland/std / getNodeUtil

Function getNodeUtil

fs/_utils.ts:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 * @returns The Node.js `util` module.
54 */
55export function getNodeUtil() {
56 return (globalThis as any).process.getBuiltinModule("node:util");
57}
58
59/**
60 * Used for naming temporary files. See {@linkcode makeTempFile} and

Callers 2

openFunction · 0.90
NodeFsFileClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected