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

    Function apply

    • Applies functions in the array fns to items in the array ts exhaustively.

      Type Parameters

      • T
      • U

      Parameters

      • fns: readonly ((t: T) => U)[]

        Array of functions to be applied.

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

      The applied items.