EN FR
← Modules

jizy-utils

A simple JS utility library.

Overview

A small collection of general-purpose JavaScript helpers used across the JiZy ecosystem.

Features

  • Object extension helpers (deep and shallow merge) and string trimming utilities
  • Time interval management in milliseconds, seconds or minutes, with named keys
  • Keypress event helpers for common keys (Enter, Escape, arrows, etc.)
  • CSS media query breakpoint manager and query-string generator
  • Simple event tracker for registering callbacks and emitting events
  • Type-checking utilities for all common JavaScript types

Installation

npm install jizy-utils