This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
BFFE
/
AMR
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Tree:
f8e0cecc1f
Branches
Tags
master
AMR
/
node_modules
/
core-js
/
library
/
modules
/
_iter-step.js
_iter-step.js
86 B
Lịch sử
Raw
1
2
3
module.exports = function (done, value) {
return { value: value, done: !!done };
};