/
var
/
www
/
cobraambalaj
/
node_modules
/
@babel
/
runtime
/
helpers
/
instanceof
/
/var/www/cobraambalaj/node_modules/@babel/runtime/helpers/instanceof
mkdir
upload
Name
Size
Mode
Actions
index.js
326
0644
edit
dl
rm
_index.mjs
232
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/node_modules/@babel/runtime/helpers/instanceof/_index.mjs
(232B)
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; } }
Save
cmd:
run