function basenameimport { basename } from "https://dotland.deno.dev/std@0.116.0/path/posix.ts"; basename(path: string, ext?): stringReturn the last portion of a path. Trailing directory separators are ignored. Return the last portion of a path. Trailing directory separators are ignored. Parameterspath: stringto process optionalext = [UNSUPPORTED]of path directory Returnsstring