What is upath?
"A proxy to `path`, replacing `\` with `/` for all results (supports UNC paths) & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions."
upath is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 35.9 KB on disk.
Installation Guide
# Install via NPM
npm install upath
# Install via Yarn
yarn add upath