Function forOwnRight

  • This function is like forOwn except that it iterates over properties of object in the opposite order.

    Differences from lodash:

    • does not treat sparse arrays as dense

    Contribution to minified bundle size, when it is the only function imported:

    • Lodash: 4,214 bytes
    • Micro-dash: 261 bytes

    Type Parameters

    • T

    Parameters

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

    Returns T

Generated using TypeDoc