• Curries the n-ary function.

    Type Parameters

    • F extends ((...args) => unknown)

    Parameters

    • fn: F

      The function to be curried.

    Returns Curried<F>

    The curried function.

Generated using TypeDoc