Skip to content

Why NexLib

  • Lightweight: focuses on common frontend scenarios, small footprint
  • Full Types: rich TypeScript definitions, great IDE experience
  • Tree‑shaking: import what you need, smaller bundles
  • Practical APIs: time, URL, HTTP, storage, validation, etc.
  • Browser‑friendly: safe helpers and fallbacks
  • Maintained by webkubor

Quick import:

ts
import { format, createWURL, Http, StorageUtils } from 'nex-lib'

Released under the ISC License.