Sha256: 96d418b84e2c8523d44ec8ea139e61c216d801587368c77ca1172ebac0745b29

Contents?: true

Size: 364 Bytes

Versions: 1

Compression:

Stored size: 364 Bytes

Contents

var _Symbol$hasInstance = require("../core-js/symbol/has-instance");

var _Symbol = require("../core-js/symbol");

function _instanceof(left, right) {
  if (right != null && typeof _Symbol !== "undefined" && right[_Symbol$hasInstance]) {
    return right[_Symbol$hasInstance](left);
  } else {
    return left instanceof right;
  }
}

module.exports = _instanceof;

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
condenser-0.0.4 lib/condenser/processors/node_modules/@babel/runtime/helpers/instanceof.js