Checks if the given value is a function.
isFunction(class {}); //=> trueisFunction(function () {}); //=> trueisFunction(() => {}); //=> true Copy
isFunction(class {}); //=> trueisFunction(function () {}); //=> trueisFunction(() => {}); //=> true
Generated using TypeDoc
Checks if the given value is a function.