• Checks if value is a callable function.

    Parameters

    • value: any

      The value to check.

    Returns value is ((...args) => any)

    Returns true if value is correctly classified, else false.

Generated using TypeDoc