The object whose keys are to be transformed.
The key transformation strategy to use.
A new object with transformed keys. (T)
(BasaltError) - If the provided data object is null or undefined. (CORE_DATA_KEY_ERROR.DATA_IS_NULL)
(BasaltError) - If the provided data object is not a plain object. (CORE_DATA_KEY_ERROR.DATA_MUST_BE_OBJECT)
Transforms the keys of the given object using the current transformation strategy.