Sha256: db089526949cbaba12a1f36d866828c6239e76624690ffd27c9733f8780c7ee4
Contents?: true
Size: 455 Bytes
Versions: 4
Compression:
Stored size: 455 Bytes
Contents
'use strict'; require('../../modules/es.aggregate-error'); require('../../modules/es.promise'); require('../../modules/es.promise.any'); require('../../modules/es.string.iterator'); require('../../modules/web.dom-collections.iterator'); 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
4 entries across 3 versions & 2 rubygems