You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

05f9eb6d667580539708858f63ea8c4a.json 246 B

3 jaren geleden
1
  1. {"ast":null,"code":"var forOf = require('./_for-of');\n\nmodule.exports = function (iter, ITERATOR) {\n var result = [];\n forOf(iter, false, result.push, result, ITERATOR);\n return result;\n};","map":null,"metadata":{},"sourceType":"script"}