Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
shang
/
jianKongXiTong
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
2be2f903ba
Branches
Tags
master
jianKongXiTong
/
node_modules
/
core-js
/
library
/
modules
/
_iter-step.js
_iter-step.js
86 B
History
Raw
1
2
3
4
module.exports = function (done, value) {
return { value: value, done: !!done };
};