1.0.2 • Published 5 years ago

op-array v1.0.2

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

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.8

5 years ago

0.0.5

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago