Function isDataPoint

  • A partial type guard that can take a value of one type and determine if it is also a valid value of a subtype.

    Parameters

    • value: unknown

    Returns value is DataPoint

Generated using TypeDoc