function extnameimport { extname } from "https://deno.land/std@0.136.0/path/posix.ts"; extname(path: string): stringReturn the extension of the path with leading period. Return the extension of the path with leading period. Parameterspath: stringwith extension Returnsstringextension (ex. for file.ts returns .ts)