1.0.2 • Published 4 years ago

op-array v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago