Files
memecoin-botV2/.pnpm-store/v10/files/85/e84c345cf58517dabef75c4de0d7fdb17c9eecd4c7d7d93147b8559bf10656c6f04bc5a3b9e759845bf77a04795b68db980e716b26defa91b642769e6eb1cd

4 lines
188 B
Plaintext

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