import { pathUtils } from "https://deno.land/x/dtils@2.6.0/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.6.0/deps.ts";
const { join } = pathUtils;
Join all given a sequence of paths
,then normalizes the resulting path.