• 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:

    • Lodash: 4,212 bytes
    • Micro-dash: 265 bytes

    Type Parameters

    • T

    Parameters

    • object: T
    • iteratee: ObjectIteratee<T, boolean | void>

    Returns T

Generated using TypeDoc