map-object-keys
Function accepts an object and a transformation function, applies the transformation function to each key in the object, and returns a new object with the modified keys.
Function accepts an object and a transformation function, applies the transformation function to each key in the object, and returns a new object with the modified keys.
Function that retrieves or resolves only Map values. This function should handle various input types, resolving functions if encountered, and ultimately return an Map if possible.