1.1.3 • Published 5 years ago

packmule v1.1.3

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

packmule

Build Status Coverage Status

ʕ·ᴥ·ʔ says: "Hey there!"

Installation

$ npm i packmule --save

Methods

filter

Ƹ̵̡Ӝ̵̨̄Ʒ

Filter an array.

import { ʕ·ᴥ·ʔ } from 'packmule';

const ᕕ·ᐛ·ᕗ = ʕ·ᴥ·ʔ([1, 2, 3, 4]).Ƹ̵̡Ӝ̵̨̄Ʒ((value, index) => (
  value % 2 === 0
));

ᕕ·ᐛ·ᕗ.ʕᵔᴥᵔʔ() // [2, 4]

map

ʕʘ̅͜ʘ̅ʔ

Map over an array.

import { ʕ·ᴥ·ʔ } from 'packmule';

const ᕕ·ᐛ·ᕗ = ʕ·ᴥ·ʔ([1, 2, 3, 4]).ʕʘ̅͜ʘ̅ʔ((value, index) => (
  value + value
));

ᕕ·ᐛ·ᕗ.ʕᵔᴥᵔʔ() // [2, 4, 6, 8]

reduce

ಠ_ಠ

Reduce an array.

import { ʕ·ᴥ·ʔ } from 'packmule';

const ᕕ·ᐛ·ᕗ = ʕ·ᴥ·ʔ([1, 2, 3, 4]).ಠ_ಠ((sum, current) => (
  sum + current
));


ᕕ·ᐛ·ᕗ.ʕᵔᴥᵔʔ() // [10]

getValue

ʕᵔᴥᵔʔ

Get the value at the end of some chained operations (see other functions as well).

import { ʕ·ᴥ·ʔ } from 'packmule';

const ᕕ·ᐛ·ᕗ = ʕ·ᴥ·ʔ([1, 2, 3, 4]);

ᕕ·ᐛ·ᕗ.ʕᵔᴥᵔʔ() // [1, 2, 3, 4]
2.0.0

4 years ago

0.0.0-alpha.0

5 years ago

1.1.3

10 years ago

1.1.2

11 years ago

1.1.1

11 years ago

1.1.0

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago