This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
GetEasy
/
tslint-config
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
tslint-config
/
test
/
no-parameter-reassignment
/
good.ts
good.ts
76 B
Permalink
Cronologia
Originale
1
2
3
4
function foo1(_bar: string) {
const bar = _bar || '';
return bar;
}