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