1.0.2 • Published 3 years ago

op-array v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

OP Array

Maintainability

Using the Array's prototype chain to add extra methods.

Installation

Install the npm package

yarn add op-array

or

npm install op-array

How to use

// findBy, findById, where
import 'op-array/dist/collections';
// For operations like: intersection, existance...
import 'op-array/dist/logical';
// For operations like: min, max, sum...
import 'op-array/dist/numerical';
// Adds first, second and last as array properties
import 'op-array/dist/positional';
// For operations like: unique, flat, inGroups...
import 'op-array/dist/transformations';

Functions - Collections

Click here to see examples

Functions - Logical

Click here to see examples

Functions - Numerical

Click here to see examples

Functions - Positional

Click here to see examples

Functions - Transformations

Click here to see examples

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago