import { pathUtils } from "https://deno.land/x/dtils@2.3.1/deps.ts";
const { join } = pathUtils;
Join all given a sequence of paths
,then normalizes the resulting path.
import { pathUtils } from "https://deno.land/x/dtils@2.3.1/deps.ts";
const { join } = pathUtils;
Join all given a sequence of paths
,then normalizes the resulting path.