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
/
es6-set
/
ext
/
get-first.js
blob: b5d89fc13fffb622b0aef44d8ad25905139a12bd (
plain
)
1
2
3
4
5
'use strict'
;
module
.
exports
=
function
()
{
return
this
.
values
().
next
().
value
;
};