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