Submit
Path:
~
/
/
usr
/
share
/
nodejs
/
yallist
/
File Content:
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 } } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
iterator.js
207 bytes
0644
package.json
652 bytes
0644
yallist.js
8411 bytes
0644
N4ST4R_ID | Naxtarrr