Skip to main content

path

Usage in Deno

import * as mod from "node:path";

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

import path from 'node:path';

Interfaces Jump to heading

Namespaces Jump to heading

Nv
default

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

    Nv
    path

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

      Back to top