1.2.0 ā€¢ Published 18 days ago

unchangeable v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
18 days ago

Unchangeable

šŸ§Š Helpers for handling immutable values

Features

  • Provides tools to update immutable objects and arrays
  • Defines empty object and array
  • Includes helpers to check for object emptiness

Usage

Everything is exported from the main entry-point through an ES6 module:

import {
  EMPTY_OBJECT,
  EMPTY_ARRAY,
  setItem,
  setProperty,
  isEmpty,
} from "unchangeable";

Installation

Install with the Node Package Manager:

npm install unchangeable

Documentation

Documentation is generated here.

1.2.0

18 days ago

1.1.0

3 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

7 months ago