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