????

Your IP : 3.147.72.31


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/semver/node_modules/yallist/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/semver/node_modules/yallist/iterator.js

'use strict'
module.exports = function (Yallist) {
  Yallist.prototype[Symbol.iterator] = function* () {
    for (let walker = this.head; walker; walker = walker.next) {
      yield walker.value
    }
  }
}