Various utilities by Lys, for Deno
import * as util from "https://deno.land/x/deno_lysutil@{version}/mod.ts"; // This should import it nicely.
getExt(path)
: Gets the extension and filename of the last item of a path.
filename(link)
: Gets the filename from a given link.