This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
htcwl
/
SxsnPC
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
2af2c09f6b
Branches
Tags
master
SxsnPC
/
node_modules
/
core-js
/
library
/
modules
/
_iter-step.js
_iter-step.js
86 B
Verlauf
Originalformat
1
2
3
module.exports = function (done, value) {
return { value: value, done: !!done };
};