@thingts/fs-path provides a set of classes to represent and manipulate filesystem paths. All classes are immutable; any path manipulation operation returns a new instance.
This implements the Node.js path module for environments that do not have it, like browsers. It was forked from path-browserify to add the win32 functions so both POSIX and Windows paths are supported ...