This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
Lawsun
/
ysjj-system
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
51f701882e
Gałęzie
Tagi
master
ysjj-system
/
node_modules
/
core-js
/
library
/
modules
/
_iter-step.js
_iter-step.js
86 B
Historia
Czysty
1
2
3
module.exports = function (done, value) {
return { value: value, done: !!done };
};