Node.js module
path
The 'node:path' module provides utilities for working with file and directory paths, including join, resolve, basename, and dirname.
It normalizes path separators, handles relative paths, and provides platform-specific adjustments for POSIX and Windows paths.
Fully supported in Bun
Fully implemented. 100% of Node.js's test suite passes.