Function functionExist

check if the given functionName parameters exists and is a Function

  • Parameters

    • functionName: any

    Returns boolean

    true if functionName exist as a Function, false in other cases