A random set of generic js functions & classes that might come handy for all types of projects
Find a file
2025-04-23 22:33:14 +02:00
src Fix possible import error when fileendings aren't present in re-exports 2025-04-23 22:30:00 +02:00
.gitignore Initial commit 2024-03-07 16:47:45 +01:00
.nvmrc Initial commit 2024-03-07 16:47:45 +01:00
LICENSE Initial commit 2024-03-07 16:47:45 +01:00
package.json Bump version 2025-04-23 22:33:14 +02:00
readme.md Update repository links 2025-04-23 22:32:20 +02:00
vite.config.mts Initial commit 2024-03-07 16:47:45 +01:00
yarn.lock Initial commit 2024-03-07 16:47:45 +01:00

js-utils

Npm package version Npm package license Npm package types

A library of javascript functions & classes that might come in handy for various projects.

Usage

  • events: centered around handling events (in a more broader sense):
    • debounce your typicall debounce function
    • throttle a simple throttle function