Transform the specified object into a different shape by transforming each property with the key transformer function.
Does not change the orignal object but create a new object.
Parameters
obj: object
Object to transform
keyTransformer: ((key) => string | number | symbol)
Transform the specified object into a different shape by transforming each property with the key transformer function. Does not change the orignal object but create a new object.