Path

Simple attempt to port Rust Path API to Deno

https://doc.rust-lang.org/std/path/struct.Path.html

Usage

import { Path } from "https://raw.githubusercontent.com/sigmaSd/Path/master/path.ts";
const path = new Path("/hello");
console.log(path.join("world"));