JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q51485F
  • License MIT

Make constancy for a array, object

Package Exports

  • constancy
  • constancy/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (constancy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Constancy

A function make constancy for a value workflow status MIT License contributions welcome

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

Installation

npm i constancy
# or
yarn add constancy

Usage

import constancy from "constancy";
// or import { typeDetail } from 'constancy';
constancy({ foo: "bar" });
constancy([1, 2, 3])