Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/@babel/runtime-corejs3/helpers/esm/instanceof.js
import _Symbol from "@babel/runtime-corejs3/core-js/symbol";
import _Symbol$hasInstance from "@babel/runtime-corejs3/core-js/symbol/has-instance";
export default function _instanceof(left, right) {
if (right != null && typeof _Symbol !== "undefined" && right[_Symbol$hasInstance]) {
return !!right[_Symbol$hasInstance](left);
} else {
return left instanceof right;
}
}
Back to Directory
File Manager