Function isDefDict

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

    Parameters

    • value: unknown

      The value to test.

    Returns value is HDefDict

    True if the value matches.

Generated using TypeDoc