Sha256: fd4620eca5a1f9f356342bde970422d023c27470a3f6b5cd4784f8c6789a28dd
Contents?: true
Size: 390 Bytes
Versions: 51
Compression:
Stored size: 390 Bytes
Contents
'use strict'; var toStringTagSymbol = require('es6-symbol').toStringTag , toString = Object.prototype.toString , id = '[object Map]' , Global = (typeof Map === 'undefined') ? null : Map; module.exports = function (x) { return (x && ((Global && ((x instanceof Global) || (x === Global.prototype))) || (toString.call(x) === id) || (x[toStringTagSymbol] === 'Map'))) || false; };
Version data entries
51 entries across 51 versions & 6 rubygems