import { join } from "https://deno.land/x/easyts@0.1.3/path/mod.ts";
Join joins any number of path elements into a single path, separating them with slashes. Empty elements are ignored. The result is Cleaned. However, if the argument list is empty or all its elements are empty, Join returns an empty string.