This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
mightyplow
/
jslib
Seguir
1
Destacar
1
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
855b612b23
Ramas
Etiquetas
develop
master
jslib
/
tests
/
array.js
array.js
105 B
Histórico
Raw
1
2
3
4
5
6
7
8
'use strict'
module.exports = {
flatten: test => {
test.ok(true)
test.done()
}
}