Function valueIsHUnit

  • A type guard for testing whether a value is an HUnit.

    Parameters

    • value: unknown

      The value to test.

    Returns value is HUnit

    True if the value is an HUnit instance.

Generated using TypeDoc