1.5.1 • Published 6 years ago

invarjs v1.5.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

invarjs

Invariable Methods

⚠️ Warning!

This package is for demostration and learning, would not recommend use in production or anywhere really

Overview

Utils functions that do not mutate input

Build Status

Install

npm install invarjs --save-dev

Utils

import methods

code splitting supported

import { find } from "invarjs/array/find";
const invarjs = require("invarjs").default;

invarjs.array.find();

docs

Netlify Status

API docs

reverse

reserve([3, 2, 1]); //1, 2, 3

remove

remove([3, 2, 1], 2); //3, 2

update

update([3, 2, 1], 2, 3); //3, 2, 3
1.5.1

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago