X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/yallist
lib
/
node_modules
/
npm
/
node_modules
/
yallist
/
ðŸ“
..
📄
LICENSE
(765 B)
📄
README.md
(4.61 KB)
📄
iterator.js
(207 B)
📄
package.json
(1.57 KB)
📄
yallist.js
(7.23 KB)
Editing: 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 } } }
Upload File
Create Folder