Copies owned, enumerable properties from a source object(s) to a target object when the value of that property on the source object is undefined.
JavaScript
0
4
MIT License
defaults is a JavaScript utility library that copies owned, enumerable properties from source objects to a target object when the target's property value is undefined. It's designed for developers who need to merge objects without overwriting existing values, with both shallow and deep copying options available.