function extnameimport { extname } from "https://deno.land/std@0.95.0/path/posix.ts"; extname(path: string): stringReturn the extension of the path. Parameterspath: stringwith extension Returnsstring