Skip to main content
default - node__path.d.ts - Node documentation
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'; ```

Interfaces

See

  • [source](https://github.com/nodejs/node/blob/v22.x/lib/path.js)