mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-09 07:25:21 +02:00
Update src/utils/objects.js
Co-Authored-By: talyguryn <vitalik7tv@yandex.ru>
This commit is contained in:
parent
46b18a30e0
commit
2bf8a9822d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Merge to objects recursively
|
* Merge to objects recursively
|
||||||
* @param {object} target
|
* @param {object} target
|
||||||
* @param {objects[]} sources
|
* @param {object[]} sources
|
||||||
* @return {object}
|
* @return {object}
|
||||||
*/
|
*/
|
||||||
function deepMerge(target, ...sources) {
|
function deepMerge(target, ...sources) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue