Files
memecoin-botV2/.pnpm-store/v10/files/8b/84ca3a9a8d8fab9ccfbb5da91ff9f1561d956b05ed6b4b6e86c70711932232b14ea4e58184817d81e7d8c2c0a1e0b022cf2f267a4ca3003d86ec4c88d01a3a

11 lines
290 B
Plaintext

"use strict";
function _instanceof(left, right) {
"@swc/helpers - instanceof";
if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
return !!right[Symbol.hasInstance](left);
} else return left instanceof right;
}
exports._ = _instanceof;