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

      Type Parameters

      • I
      • O

      Parameters

      • array: undefined | readonly I[]
      • 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,246 bytes
      • Micro-dash: 316 bytes

      Type Parameters

      • T
      • O

      Parameters

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

      Returns O[]