We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3be02 commit cd94e9cCopy full SHA for cd94e9c
lib/node_modules/@stdlib/utils/merge/examples/index.js
@@ -53,7 +53,7 @@ var out = merge( {}, target, source );
53
54
console.dir( out );
55
/* =>
56
- {
+ {
57
'a': 'beep',
58
'b': 3.141592653589793,
59
'c': {
0 commit comments