Type guard that checks whether the given value is a non-array object record.
The value to test.
true when the value is an object, non-null, and not an array.
true
Type guard that checks whether the given value is a non-array object record.