import { basename } from "https://deno.land/x/fastro@v0.79.3/http/deps.ts";
Return the last portion of a path
.
Trailing directory separators are ignored, and optional suffix is removed.
import { basename } from "https://deno.land/x/fastro@v0.79.3/http/deps.ts";
Return the last portion of a path
.
Trailing directory separators are ignored, and optional suffix is removed.