Returns true if the given argument is a function
isFunction(2); // false
isFunction(() => {}); // true
Generated using TypeDoc
Returns true if the given argument is a function
Example
Example