Sha256: 7362b754969625219f05d60d9e544f8e110fe53b4a46f5e885befa838a746907
Contents?: true
Size: 447 Bytes
Versions: 308
Compression:
Stored size: 447 Bytes
Contents
var global = require('./_global') , core = require('./_core') , LIBRARY = require('./_library') , wksExt = require('./_wks-ext') , defineProperty = require('./_object-dp').f; module.exports = function(name){ var $Symbol = core.Symbol || (core.Symbol = LIBRARY ? {} : global.Symbol || {}); if(name.charAt(0) != '_' && !(name in $Symbol))defineProperty($Symbol, name, {value: wksExt.f(name)}); };
Version data entries
308 entries across 4 versions & 1 rubygems