Mitsuketa
A Javascript library that enables you to handle deeply nested objects easily.
Installation
Using npm:
$ npm i -g npm
$ npm i --save mitsuketa
Why mitsuketa?
Mitsuketa makes JavaScript easier by taking the hassle out of working with deeply nested data structures. Allows you to strict compare object, locate deeply nested entities, etc.
List of Methods
See documentation on github page.
First Release - November 27, 2017
getType
sameType
sameStructure
identical
isIterable
containsKeys
trim
locate
deepGet
locateAll
deepFilter
Second Release - December 3, 2017
exists
onlyExisting
onlyMissing
length
isFalsy
isTruthy
foundTruthy
onlyTruthy
foundFalsy
onlyFalsy