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