This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
GetEasy
/
tslint-config
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
4d4ac9a1af
Ramas
Etiquetas
master
tslint-config
/
test
/
no-magic-numbers
/
good.ts
good.ts
99 B
Histórico
Raw
1
2
3
4
const NOT_FOUND = 404;
console.error(NOT_FOUND, 'Error message');
console.log(Date.now() / 1000);