Function isDefxDict

  • A type guard that returns true if the value is a defx dict.

    Parameters

    • value: unknown

      The value to test.

    Returns value is HDefxDict

    True if the value matches.

Generated using TypeDoc