Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
themusicgod1
/
prettier
Obserwuj
0
Polub
0
Forkuj
0
Pliki
Problemy
3
Oczekujące zmiany
0
Wiki
Drzewo:
abef84684d
Gałęzie
Tagi
master
prettier
/
tests
/
flow_object_comment
/
flow_object_comment.js
flow_object_comment.js
126 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
10
11
12
export default (
{
foo,
bar
}: {
// comment
foo?: Object,
// comment 2
bar?: Object,
},
) => {}