v0.0.2
Various small utilities by Lyssieth, for Deno.
Repository
Current version released
4 years ago
Dependencies
std
Versions
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.