Index - Node documentation

Usage

import * as mod from "node:path";

The node:path module provides utilities for working with file and directory paths. It can be accessed using:

const path = require('node:path');

Interfaces

I
default.FormatInputPathObject
No documentation available
I
default.ParsedPath

A parsed path object generated by path.parse() or consumed by path.format().

I
default.PlatformPath
No documentation available
I
path.FormatInputPathObject
No documentation available
I
path.ParsedPath

A parsed path object generated by path.parse() or consumed by path.format().

I
path.PlatformPath
No documentation available

Namespaces

N
v
default

The node:path module provides utilities for working with file and directory paths. It can be accessed using:

N
v
path

The node:path module provides utilities for working with file and directory paths. It can be accessed using: