mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-07 22:45:23 +02:00
Merge branch 'feature/transport' of https://github.com/codex-team/codex.docs into feature/transport
This commit is contained in:
commit
fc67a36c23
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