1
0
Fork 0
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:
Taly 2019-03-11 17:56:06 +03:00
commit fc67a36c23

View file

@ -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) {