Type guard that checks if a value is not a record (i.e., not an object with property keys).
The type of the value to check.
The value to test.
true if the value is not a record; otherwise, false.
true
false
Use RecordCore.isNot instead
v0.4.6
Type guard that checks if a value is not a record (i.e., not an object with property keys).