isFunction function

IEskValidator isFunction()

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>();