PAMapp/node_modules/core-js/modules/esnext.iterator.some.js
@@ -5,7 +5,7 @@ var aCallable = require('../internals/a-callable'); var anObject = require('../internals/an-object'); $({ target: 'Iterator', proto: true, real: true }, { $({ target: 'Iterator', proto: true, real: true, forced: true }, { some: function some(fn) { anObject(this); aCallable(fn);