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

1.0.2 • Public • Published

Constancy

| A function make constancy for a array, object

MIT License contributions welcome

https://nodei.co/npm/constancy.png?downloads=true&downloadRank=true&stars=true

Installation

npm i constancy
# or
yarn add constancy
# or
pnpm add constancy

Usage

import constancy from "constancy";

var obj = constancy({ foo: "bar" });
var arr = constancy([1, 2, 3]);

/constancy/

    Package Sidebar

    Install

    npm i constancy

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    3.71 kB

    Total Files

    7

    Last publish

    Collaborators

    • dunggramer