namespace default
Usage in Deno
```typescript import mod from "node:node__path.d.ts"; ```The `node:path` module provides utilities for working with file and directory
paths. It can be accessed using:
```js
import path from 'node:path';
```
I
- [source](https://github.com/nodejs/node/blob/v22.x/lib/path.js)