Deep Pluck Ref
Contextual Deep Pluck
Deep pluck ref finds the desired properties and plucks the parent object reference.
Installation
$ npm install deep-pluck-ref
Usage
; const obj = do: all: the: things: thing: 'one' value: 'thing one value' thing: 'two' value: 'thing two value' thing: 'three' ;const results = ;// [ { thing: 'one', value: 'thing one value' }, // { { thing: 'two', value: 'thing two value' } ]