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