Sha256: 98b26075c976c09beae0ea22d69de5ff2ac68f0da9bac6d9b5bad9a95dfa5bcd
Contents?: true
Size: 214 Bytes
Versions: 8
Compression:
Stored size: 214 Bytes
Contents
// Exports true if environment provides native `Symbol` implementation 'use strict'; module.exports = (function () { if (typeof Symbol !== 'function') return false; return (typeof Symbol() === 'symbol'); }());
Version data entries
8 entries across 7 versions & 3 rubygems