Sha256: f4ed0bbb7137038f413065cba44611d9ee4d9b125848e04f378d40a193bc6d21
Contents?: true
Size: 363 Bytes
Versions: 25
Compression:
Stored size: 363 Bytes
Contents
'use strict'; require('../../modules/es.promise'); require('../../modules/esnext.aggregate-error'); require('../../modules/esnext.promise.any'); var path = require('../../internals/path'); var Promise = path.Promise; var $any = Promise.any; module.exports = function any(iterable) { return $any.call(typeof this === 'function' ? this : Promise, iterable); };
Version data entries
25 entries across 25 versions & 7 rubygems