@hat-open/util
    Preparing search index...

    Function flap

    • Create function which applies list of functions to same arguments and return list of results.

      Type Parameters

      • T extends any[]

      Parameters

      • ...fns: ((...args: T) => any)[]

      Returns (...args: T) => any[]