Skip to main content

2 docs tagged with "map"

View all tags

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.

resolve-map

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.