• Creates an array of values by running each element in collection thru iteratee.

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

    • Lodash: 16,246 bytes
    • Micro-dash: 316 bytes

    Type Parameters

    • I

    • O

    Parameters

    • array: undefined | readonly I[]
    • iteratee: ArrayIteratee<I, O>

    Returns O[]

  • Type Parameters

    • T

    • O

    Parameters

    • object: undefined | T
    • iteratee: ObjectIteratee<T, O>

    Returns O[]

Generated using TypeDoc