index
:
xmake-docs
docsify
docute
fix-typos
master
vuepress
Forked from https://github.com/xmake-io/xmake-docs
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
core-js
/
library
/
modules
/
_iter-step.js
blob: b0691c883d967bfd6b1c4be65013a31f478789e9 (
plain
)
1
2
3
module.exports = function (done, value) { return { value: value, done: !!done }; };