You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition, in Lodash, returning false in a forEach callback exits early. This would be useful in node#each for performance optimisations for custom iteration functions.
Happy to submit a PR if you want to go in this direction.