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

Function getNodePath

fs/_utils.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 * @returns The Node.js `path` module.
26 */
27export function getNodePath() {
28 return (globalThis as any).process.getBuiltinModule("node:path");
29}
30
31/**
32 * @returns The Node.js `process` module.

Callers 4

makeTempFileFunction · 0.90
makeTempFileSyncFunction · 0.90
makeTempDirFunction · 0.90
makeTempDirSyncFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected