Files
memecoin-botV2/.pnpm-store/v10/files/a0/853449d4a5424a4a105ad91dca7f8c3767be039cf9ba475d0e1d9b4d613f03ef2d24833dbd618be74758caec26260b214d96e0e10618cc0d4c810c28647e01

5 lines
191 B
Plaintext

function _class_call_check(instance, Constructor) {
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
}
export { _class_call_check as _ };