This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
GetEasy
/
tslint-config
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
4d4ac9a1af
Ramos
Etiquetas
master
tslint-config
/
test
/
no-empty-interface
/
good.ts
good.ts
66 B
Histórico
Em bruto
1
2
3
4
// good 接口内容不为空
interface Foo1 {
foo: string;
}