Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

75144d87a74fcd89a7eff06a015c6885.json 472 B

3 anos atrás
1
  1. {"ast":null,"code":"'use strict'; // https://tc39.github.io/proposal-setmap-offrom/\n\nvar $export = require('./_export');\n\nmodule.exports = function (COLLECTION) {\n $export($export.S, COLLECTION, {\n of: function of() {\n var length = arguments.length;\n var A = new Array(length);\n\n while (length--) {\n A[length] = arguments[length];\n }\n\n return new this(A);\n }\n });\n};","map":null,"metadata":{},"sourceType":"script"}