HED JavaScript Library
    Preparing search index...

    Function recursiveMap

    • Apply a function recursively to an array.

      Type Parameters

      • T
      • U

      Parameters

      • fn: (arg0: T) => U

        The function to apply.

      • array: T[]

        The array to map.

      Returns U[]

      The mapped array.