A collection of basic utility functions used across @debutter projects that aims to assist in completing simple tasks, improve code readability, and reduces the need to recode commonly used components.
For Node.js:
npx jsr add @debutter/helperFor Deno:
deno add jsr:@debutter/helperFor Bun:
bunx jsr add @debutter/helperFor Browsers:
import {} from "https://esm.sh/jsr/@debutter/helper@VERSION";Contributions are welcome! Please feel free to submit a Pull Request.