0.3.0 • Published 8 years ago

maltrepreneur.js v0.3.0

Weekly downloads
49
License
SEE LICENSE IN LI...
Repository
github
Last release
8 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

8 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago