import { pathUtils } from "https://deno.land/x/dtils@2.4.0/deps.ts";
const { basename } = pathUtils;
Return the last portion of a path
.
Trailing directory separators are ignored, and optional suffix is removed.
import { pathUtils } from "https://deno.land/x/dtils@2.4.0/deps.ts";
const { basename } = pathUtils;
Return the last portion of a path
.
Trailing directory separators are ignored, and optional suffix is removed.