@zero-dependency/utilsFunctionsisFunctionisFunction CallableisFunction(obj: unknown): obj is FunctionChecks if the input object is a function.Parametersobj: unknownThe object to be checked.Returns obj is FunctionReturns true if the input object is a function, otherwise false.
Checks if the input object is a function.