Skip to content

EnhancedFunc

EnhancedFunc<F> = F & FuncEnhancer<F>

Defined in: ext/methodware/enhance-function.ts:28

Represents an enhanced function with additional capabilities. It includes methods to add, remove, and check for enhancers, as well as a reference to the original function.

Type Parameter
F extends Func