Files
memecoin-botV2/.pnpm-store/v10/files/49/7cec7d5aa31caea52bf7ec950e92de5d853b0dd816df6db0848ba8563d3a677397f9233a56884b9e2e07e9ea9b9d46683dfc0b087ee253e263be08b0b810c4

4 lines
261 B
Plaintext

function _instanceof(n, e) {
return null != e && "undefined" != typeof Symbol && e[Symbol.hasInstance] ? !!e[Symbol.hasInstance](n) : n instanceof e;
}
module.exports = _instanceof, module.exports.__esModule = true, module.exports["default"] = module.exports;