clone.js line 106:
} else if (useBuffer && Buffer.isBuffer(parent)) {
can you at least check if Buffer.isBuffer is a function ?
I ended up with a failing clone.js in an Angular project, becaus some other (possibly errorneus package) put an array named "Buffer" in global.
clone.js line 106: } else if (useBuffer && Buffer.isBuffer(parent)) {
can you at least check if Buffer.isBuffer is a function ? I ended up with a failing clone.js in an Angular project, becaus some other (possibly errorneus package) put an array named "Buffer" in global.