This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
BFFE
/
AMR
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Pohon:
a9b38a49fc
Ranting
Tag
master
AMR
/
node_modules
/
es6-set
/
ext
/
get-first.js
get-first.js
85 B
Riwayat
Mentahan
1
2
3
4
5
'use strict';
module.exports = function () {
return this.values().next().value;
};