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

fix: mark reduceDeep accumulator param as optional #52

Closed jwhitmarsh closed 4 years ago

jwhitmarsh commented 4 years ago

Very minor change, but I was getting a TypeScript error when building this and going by the docs and the code I think accumulator can be undefined.

YuriGor commented 4 years ago

Hi @jwhitmarsh thank you! Could you please run npm test and push also other changes you will see. (it should be at least d.ts file copied to es forlder)

YuriGor commented 4 years ago

Thank you very much!