YuriGor / deepdash

eachDeep, filterDeep, findDeep, someDeep, omitDeep, pickDeep, keysDeep etc.. Tree traversal library written in Underscore/Lodash fashion
https://deepdash.io/
MIT License
274 stars 12 forks source link

In paths / index add bottom-to-top results order #61

Closed YuriGor closed 3 years ago

YuriGor commented 4 years ago

Now, results are returned from top to bottom, so I need to add option order and if 'bottom-to-top' was specified - I will use the 'callbackAfterIterate' option internally.