DIR: /proc/self/root/usr/share/node_modules/@babel/runtime-corejs2/helpers/esm/ |
Current File : //proc/self/root/usr/share/node_modules/@babel/runtime-corejs2/helpers/esm/instanceof.js |
import _Symbol from "@babel/runtime-corejs2/core-js/symbol"; import _Symbol$hasInstance from "@babel/runtime-corejs2/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; } } |