• Type guard for checking if solve result has properties of a Heatmap.

    Can be used as if condition or to satisfy types before accessing Heatmap-like properties:

    • hit.column
    • hit.row
    • hit.intensity

    Type Parameters

    • T

    Parameters

    • hit: T

    Returns hit is T & SolveResultHeatmap