import { basename } from "https://deno.land/std@0.199.0/path/win32.ts";
Return the last portion of a path
.
Trailing directory separators are ignored, and optional suffix is removed.
import { basename } from "https://deno.land/std@0.199.0/path/win32.ts";
Return the last portion of a path
.
Trailing directory separators are ignored, and optional suffix is removed.