Viewing File: /lib/node_modules/npm/node_modules/cross-spawn/node_modules/yallist/iterator.js

var Yallist = require('./yallist.js')

Yallist.prototype[Symbol.iterator] = function* () {
  for (let walker = this.head; walker; walker = walker.next) {
    yield walker.value
  }
}
Back to Directory File Manager