Sha256: ffdb9dcc351a314773890ea525d481e7dacca4d908bae50e666d9442abb9ea18
Contents?: true
Size: 366 Bytes
Versions: 10
Compression:
Stored size: 366 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
10 entries across 10 versions & 1 rubygems