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 Parameters
Section titled “Type Parameters”Type Parameter |
---|
F extends Func |
- enhanceFunction, enhanceMethod and createMethodEnhancer for creating enhanced functions.
- isEnhancedFunction for checking if a function is enhanced.