update deps
This commit is contained in:
2
node_modules/@babel/runtime/helpers/instanceof.js
generated
vendored
2
node_modules/@babel/runtime/helpers/instanceof.js
generated
vendored
@@ -1,6 +1,6 @@
|
||||
function _instanceof(left, right) {
|
||||
if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
|
||||
return right[Symbol.hasInstance](left);
|
||||
return !!right[Symbol.hasInstance](left);
|
||||
} else {
|
||||
return left instanceof right;
|
||||
}
|
||||
|
Reference in New Issue
Block a user