import * as mod from "https://deno.land/std@0.220.1/url/extname.ts"; FunctionsfextnameReturn the extension of the URL with leading period. The extension is sourced from the path portion of the URL. If there is no extension, an empty string is returned.