Sha256: 5c4c8873bd82770db50d0fa4325238aa71e7fdcd8327714d14f01573b4f9df48
Contents?: true
Size: 355 Bytes
Versions: 16
Compression:
Stored size: 355 Bytes
Contents
'use strict'; var toString = Object.prototype.toString , toStringTag = require('./').toStringTag , id = '[object Symbol]' , Global = (typeof Symbol === 'undefined') ? null : Symbol; module.exports = function (x) { return (x && ((Global && (x instanceof Global)) || (toString.call(x) === id) || (x[toStringTag] === 'Symbol'))) || false; };
Version data entries
16 entries across 9 versions & 2 rubygems