Skip to main content

25 docs tagged with "object"

View all tags

compare-objects

Function that compares two objects and returns either the differences between them or their common properties, based on a specified return type parameter.

deep-copy

Function that creates a complete copy of anything.

is-plain-object

This function determines whether the given value is a plain object.

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-object

Function that retrieves or resolves only object values. This function should handle various input types, resolving functions if encountered, and ultimately return an object if possible.

to-color

Convert a color of one type to another.