import { path } from "https://deno.land/x/macromania_assets@v0.2.0/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://deno.land/x/macromania_assets@v0.2.0/deps.ts";
const { basename } = path;
Return the last portion of a path
.
Trailing directory separators are ignored, and optional suffix is removed.