0.3.0 • Published 9 years ago

maltrepreneur.js v0.3.0

Weekly downloads
49
License
SEE LICENSE IN LI...
Repository
github
Last release
9 years ago

maltrepreneur.js

Composition of Helper-Methods concerning processing of Objects and Arrays written in ES6. Without any dependancies.

Usage

import Maltrepreneur, { Arr, Obj } from "maltrepreneur.js"

const testArray = [{title: "foo"}, {title: "bar"}];

Maltrepreneur.Arr.getUniqueValuesByPropertyFromObjectArray(testArray, "title"); // => ["foo", "bar"]

// also possible, depending on import-type
Arr.getUniqueValuesByPropertyFromObjectArray(testArray, "title"); // => ["foo", "bar"]

API-Documentation

tbd.

0.3.0

9 years ago

0.2.9

9 years ago

0.2.8

9 years ago

0.2.7

9 years ago

0.2.6

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago