Const
Helper for transforming records.
Returns an array of the key-value pairs of the properties of a record.
The record to get the properties from.
Returns an array of the names of the properties of a record.
The record to get the property names from.
Transforms a record by applying a callback function to each key-value pair in the record.
The record that should be transformed.
The callback function that transforms each key-value pair of the record.
Transforms a record by applying a callback function to each key in the record.
The callback function that transforms each key of the record.
Transforms a record by applying a callback function to each property value in the record.
The callback function that transforms each property value of the record.
Returns an array of the values of the properties of a record.
The record to get the property values from.
Helper for transforming records.