Skip to content

Commit b2390af

Browse files
Update json-bufferify.js
1 parent 14bdbc8 commit b2390af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-bufferify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @param {any} args = ([deep, ]target, source1[, ...sourceN])
1414
* @return {any} The result.
1515
*/
16-
let extend = ...args => {
16+
let extend = (...args) => {
1717
let val,
1818
deep;
1919
if (typeof args[0] === 'boolean') {

0 commit comments

Comments
 (0)