import * as mod from "https://dotland.deno.dev/x/lume@v2.2.1/core/utils/path.ts"; FunctionsfgetExtensionGet the extension of a path (this works better than std/path) fgetPathAndExtensionSplit a path to path + extension fisAbsolutePathCheck if the path is absolute fisUrlCheck if the path is an URL fmatchExtensionfnormalizePathConvert the Windows paths (that use the separator "") to Posix paths (with the separator "/") and ensure it starts with "/". freplaceExtensionReplace the extension of a path fresolveIncludeResolve the path of an included file Used in the template engines and processors Type AliasesTExtensions