EN FR
← Modules

jizy-data

A simple JS data storage library.

Overview

A lightweight in-memory data management library for JavaScript applications. It exposes a small store object to set, read and check arbitrary key/value pairs with fluent method chaining.

Features

  • Store individual values or bulk-assign multiple keys at once
  • Read values with a typed default fallback
  • Define default values that only apply when the key is missing
  • Check whether a key exists in the store
  • Zero dependencies — tiny footprint

Installation

npm install jizy-data