PATH: //proc/thread-self/root/proc/self/root/lib/node_modules/npm/node_modules/yallist
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 LICENSE
↓
X
📄 iterator.js
↓
X
📄 package.json
↓
X
📄 yallist.js
↓
X
SAVING...
BERHASIL DIUBAH!
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 } } }
SIMPAN PERUBAHAN