mirror of
https://github.com/vale981/grapher
synced 2025-03-04 17:11:38 -05:00
5 lines
112 B
JavaScript
5 lines
112 B
JavaScript
![]() |
import deepExtend from 'deep-extend';
|
||
|
|
||
|
export default function (...args) {
|
||
|
return deepExtend({}, ...args);
|
||
|
}
|