selfrefactor / rambda

Faster and smaller alternative to Ramda
https://selfrefactor.github.io/rambda
MIT License
1.65k stars 89 forks source link

Extended isempty behavior #722

Closed hbel closed 8 months ago

hbel commented 8 months ago

Added functionality so that custom objects can be treated as empty if they provide an isEmpty() function or isEmpty property that says so.