@mikuroxina/mini-fn
    Preparing search index...

    Function map

    • Maps items of the array into another one.

      Type Parameters

      • T
      • U

      Parameters

      • fn: (t: T) => U

        Function to map an item.

      Returns (src: readonly T[]) => readonly U[]

      A new mapped one.