index
:
taler/wallet-core.git
age-withdraw
wallet-core fork
oec
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
core-js
/
modules
/
$.iter-step.js
blob: 6ff0dc518f87ab5354c8e6f84c89f20a4f735f71 (
plain
)
1
2
3
module
.
exports
=
function
(
done
,
value
){
return
{
value
:
value
,
done
:
!!
done
};
};