Sha256: 4ee2eeb7ecd13c48c7a9102c3ac45e825dadbd7d3fd77150af7249a8f42626b1
Contents?: true
Size: 417 Bytes
Versions: 28
Compression:
Stored size: 417 Bytes
Contents
'use strict'; require('../../modules/es.string.iterator'); require('../../modules/es.weak-set'); require('../../modules/esnext.weak-set.of'); require('../../modules/web.dom-collections.iterator'); var path = require('../../internals/path'); var WeakSet = path.WeakSet; var weakSetOf = WeakSet.of; module.exports = function of() { return weakSetOf.apply(typeof this === 'function' ? this : WeakSet, arguments); };
Version data entries
28 entries across 27 versions & 9 rubygems