Iterates over own enumerable string keyed properties of an object and invokes iteratee for each property. Iteratee functions may exit iteration early by explicitly returning false.
Differences from lodash:
does not treat sparse arrays as dense
Contribution to minified bundle size, when it is the only function imported:
Iterates over own enumerable string keyed properties of an object and invokes
iteratee
for each property. Iteratee functions may exit iteration early by explicitly returningfalse
.Differences from lodash:
Contribution to minified bundle size, when it is the only function imported: