Shared
IsFunction
Function to check the recieved parameter's type if it's a function or not (the more specific than type(param1) == 'function' method is that this also check if the parameter is a metatable with existing __call metamethod as function)
function HRLib.IsFunction(value: function|table?): booleanLast updated