function basenameimport { basename } from "https://dotland.deno.dev/std@0.181.0/path/win32.ts"; basename(path: string, suffix?): stringReturn the last portion of a path. Trailing directory separators are ignored, and optional suffix is removed. Parameterspath: string path to extract name from. optionalsuffix = [UNSUPPORTED] suffix to remove from extracted name. Returnsstring