Type guard to check if a value is a plain object (not null and not an array). Used for validating DAML contract response data before accessing properties.
The value to check
True if value is a non-null, non-array object
Type guard to check if a value is a plain object (not null and not an array). Used for validating DAML contract response data before accessing properties.