Namespace "node:path"

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

import path  from 'path';

References

Renames and re-exports "path/posix"
Renames and re-exports "path/win32"

Generated using TypeDoc