maltrepreneur.js

0.3.0 • Public • Published

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.

Package Sidebar

Install

npm i maltrepreneur.js

Weekly Downloads

0

Version

0.3.0

License

SEE LICENSE IN LICENSE

Last publish

Collaborators

  • malte_peters