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