Skip to main content
Deno 2 is finally here 🎉️
Learn more

deno_lysutil

Various utilities by Lys, for Deno

import * as util from "https://deno.land/x/deno_lysutil@v0.0.1/mod.ts"; // This should import it nicely.

Current

fs

  • getExt(path): Gets the extension and filename of the last item of a path.

url

  • filename(link): Gets the filename from a given link.