Augment a function with properties.
F extends (...args: any[]) => any - function to augment
P - properties to augments function with.
Functor<F, P>
F
P
Generated using TypeDoc
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>