This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
GetEasy
/
tslint-config
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
4d4ac9a1af
Gałęzie
Tagi
master
tslint-config
/
test
/
no-empty-interface
/
good.ts
good.ts
66 B
Historia
Czysty
1
2
3
4
// good 接口内容不为空
interface Foo1 {
foo: string;
}