A random set of generic js functions & classes that might come handy for all types of projects
Go to file
Mai Lapyst c62dfa788b Initial commit 2024-03-07 16:47:45 +01:00
src Initial commit 2024-03-07 16:47:45 +01: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 Initial commit 2024-03-07 16:47:45 +01:00
readme.md Initial commit 2024-03-07 16:47:45 +01: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

readme.md

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