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