Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/@swc/helpers/esm/_instanceof.js

function _instanceof(left, right) {
    if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
        return !!right[Symbol.hasInstance](left);
    } else return left instanceof right;
}
export { _instanceof as _ };
Back to Directory File Manager