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

yarn cannot find the type definition after installing deepdash #74

Closed rxliuli closed 3 years ago

rxliuli commented 3 years ago

The es directory was excluded when npm was released. This should be an error

image

YuriGor commented 3 years ago

Thank you for your feedback and PR! Just published v5.3.1 let me know if something stilll wrong

YuriGor commented 3 years ago

Hi @rxliuli ! I know a long time passed, but if you are still using deepdash with typescript - could you please test v5.3.7? Ideally you will not need separate deepdash-es package - just "deepdash" should work as es module. And I also hope type definitions should also work and maybe even better: image