We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779816e commit 54cc7adCopy full SHA for 54cc7ad
index.js
@@ -6,7 +6,7 @@ function isBuffer (obj) {
6
return obj &&
7
obj.constructor &&
8
(typeof obj.constructor.isBuffer === 'function') &&
9
- obj.constructor.isBuffer(obj);
+ obj.constructor.isBuffer(obj)
10
}
11
12
function keyIdentity (key) {
0 commit comments