Sha256: 6f93a1b74d559a224747ddc6682b100394570a7be144ba95c273ac3ab5cc1e50

Contents?: true

Size: 326 Bytes

Versions: 34

Compression:

Stored size: 326 Bytes

Contents

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;
module.exports["default"] = module.exports, module.exports.__esModule = true;

Version data entries

34 entries across 33 versions & 5 rubygems

Version Path
isomorfeus-preact-10.5.7 node_modules/@babel/runtime/helpers/instanceof.js
isomorfeus-preact-10.5.6 node_modules/@babel/runtime/helpers/instanceof.js
isomorfeus-preact-10.5.5 node_modules/@babel/runtime/helpers/instanceof.js
isomorfeus-preact-10.5.4 node_modules/@babel/runtime/helpers/instanceof.js
isomorfeus-redux-4.1.6 node_modules/@babel/runtime/helpers/instanceof.js
isomorfeus-preact-10.5.3 node_modules/@babel/runtime/helpers/instanceof.js
isomorfeus-redux-4.1.5 node_modules/@babel/runtime/helpers/instanceof.js
isomorfeus-preact-10.5.2 node_modules/@babel/runtime/helpers/instanceof.js
isomorfeus-redux-4.1.4 node_modules/@babel/runtime/helpers/instanceof.js
isomorfeus-redux-4.1.3 node_modules/@babel/runtime/helpers/instanceof.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/@babel/runtime/helpers/instanceof.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/@babel/runtime/helpers/instanceof.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/@babel/runtime/helpers/instanceof.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/@babel/runtime/helpers/instanceof.js