This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
htcwl
/
SxsnPC
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
e7a829578c
Větve
Značky
master
SxsnPC
/
node_modules
/
core-js
/
library
/
modules
/
_iter-step.js
_iter-step.js
86 B
Historie
Surový
1
2
3
module.exports = function (done, value) {
return { value: value, done: !!done };
};