Work in progress A collection of useful routines to simplify cross runtime (Node, Deno and Bun) development.
Available for Node, Deno Bun and Browser at jsr.io/@gmana/utils, and works seamlessly with both JavaScript and TypeScript.
Full instructions available at at jsr.io, short version:
# Deno deno add @gmana/utils # Node npx jsr add @gmana/utils # Bun bunx jsr add @gmana/utilsimport { slugify } from "@gmana/utils"; console.log(slugify(" Git$Hub_ request^% spLit lET_Ter ")); // github-request-split-letter