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