• Augment a function with properties.

    Generic

    F extends (...args: any[]) => any - function to augment

    Generic

    P - properties to augments function with.

    Returns

    Functor<F, P>

    Type Parameters

    • F extends ((...args: any[]) => any)

    • P

    Parameters

    • f: F

      F

    • props: P

      P

    Returns PFunc<F, P>

Generated using TypeDoc