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