isFunction function
Returns a IValidator that checks if the given value is a Function
For better performance and readability, use the $isFunction variable directly.
Implementation
IValidator isFunction() => isType<Function>();
Returns a IValidator that checks if the given value is a Function
For better performance and readability, use the $isFunction variable directly.
IValidator isFunction() => isType<Function>();