0.3.0 • Published 7 years ago

maltrepreneur.js v0.3.0

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

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago