Files
memecoin-botV2/.pnpm-store/v10/files/ff/36a329f683fc85a5e347c080e73867f525869d0cf14dd5648bf28d8045690d2a72919062b5bd696e0a84dc93afb228e09ea1410d11322e80815f77027e0bd5

5 lines
180 B
Plaintext

function _new_arrow_check(innerThis, boundThis) {
if (innerThis !== boundThis) throw new TypeError("Cannot instantiate an arrow function");
}
export { _new_arrow_check as _ };