Sha256: 6aee28c464bf12ad1df78f5e84b778bfe869aef323db8104601a7ad482db98f4
Contents?: true
Size: 248 Bytes
Versions: 48
Compression:
Stored size: 248 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;
Version data entries
48 entries across 48 versions & 8 rubygems