Skip to main content

Object Helpers

Utility functions for working with objects.

Functions

FunctionDescription
deepCloneCreates a deep copy of an object or array
deepCompareDeep comparison of two objects that returns detailed information about differences.
deepMergeMerges two or more objects deeply
getGets a value from an object using a dot-notated path
quickCompareQuick comparison of two objects using JSON.stringify.
removeUndefinedNullRemove null and undefined values from an object.
setSets a value in an object using a dot-notated path