function getExtensionimport { getExtension } from "https://deno.land/x/lume@v2.2.4/core/utils/path.ts"; getExtension(path: string): stringGet the extension of a path (this works better than std/path) Parameterspath: stringReturnsstring