@s-libs/micro-dash
    Preparing search index...

    Function map

    • 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,252 bytes
      • Micro-dash: 316 bytes

      Type Parameters

      • I
      • O

      Parameters

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

      Returns O[]

    • 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,252 bytes
      • Micro-dash: 316 bytes

      Type Parameters

      • T
      • O

      Parameters

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

      Returns O[]