unchangeable
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i unchangeable

Weekly Downloads

93

Version

1.2.0

License

MIT

Unpacked Size

39.4 kB

Total Files

75

Last publish

Collaborators

  • davidbonnet