All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.internals.async-iterator-wrap.js Maven / Gradle / Ivy

The newest version!
'use strict';
var call = require('../internals/function-call');
var createAsyncIteratorProxy = require('../internals/async-iterator-create-proxy');

module.exports = createAsyncIteratorProxy(function () {
  return call(this.next, this.iterator);
}, true);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy