XylotrechusZ
XylotrechusZ Shell
: /proc/self/root/opt/alt/alt-nodejs10/root/lib/node_modules/npm/node_modules/yallist/ [ drwxr-xr-x ]
'use strict'
module.exports = function (Yallist) {
Yallist.prototype[Symbol.iterator] = function* () {
for (let walker = this.head; walker; walker = walker.next) {
yield walker.value
}
}
}