Please enable JavaScript in your browser!
Halaman utama
Jelajahi
Bantuan
Masuk
themusicgod1
/
prettier
Liatin
0
Bintangi
0
Fork
0
Berkas
Masalah
3
Tarik Permintaan
0
Wiki
Pohon:
abef84684d
Ranting
Tag
master
prettier
/
tests
/
flow_object_comment
/
flow_object_comment.js
flow_object_comment.js
126 B
Riwayat
Mentahan
1
2
3
4
5
6
7
8
9
10
11
12
export default (
{
foo,
bar
}: {
// comment
foo?: Object,
// comment 2
bar?: Object,
},
) => {}