1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 15:05:26 +02:00

Update src/utils/objects.js

Co-Authored-By: talyguryn <vitalik7tv@yandex.ru>
This commit is contained in:
Peter Savchenko 2019-03-11 17:30:58 +03:00 committed by GitHub
parent 46b18a30e0
commit 2bf8a9822d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
/**
* Merge to objects recursively
* @param {object} target
* @param {objects[]} sources
* @param {object[]} sources
* @return {object}
*/
function deepMerge(target, ...sources) {