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