Type guard that checks if a value is a record (i.e., an object with property keys).
The value to check.
True if the value is a non-null object and not an array; otherwise, false.
Use RecordCore.is instead
v0.4.6
Type guard that checks if a value is a record (i.e., an object with property keys).