Sha256: f361987a1026082ada33263900c8e43d5701c68532b771f4a00f563ab1b4059b
Contents?: true
Size: 350 Bytes
Versions: 82
Compression:
Stored size: 350 Bytes
Contents
'use strict'; // https://tc39.github.io/proposal-setmap-offrom/ var $export = require('./_export'); module.exports = function (COLLECTION) { $export($export.S, COLLECTION, { of: function of() { var length = arguments.length; var A = new Array(length); while (length--) A[length] = arguments[length]; return new this(A); } }); };
Version data entries
82 entries across 38 versions & 8 rubygems