react-klasha
Version:
This is an reactJS library for implementing klasha payment gateway
9 lines • 382 B
JavaScript
import _Symbol from "@babel/runtime-corejs3/core-js/symbol";
import _Symbol$hasInstance from "@babel/runtime-corejs3/core-js/symbol/has-instance";
export default function _instanceof(left, right) {
if (right != null && typeof _Symbol !== "undefined" && right[_Symbol$hasInstance]) {
return !!right[_Symbol$hasInstance](left);
} else {
return left instanceof right;
}
}