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