This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
mightyplow
/
jslib
Segui
1
Vota
1
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
develop
Rami (Branch)
Tag
develop
master
jslib
/
tests
/
array.js
array.js
105 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
8
'use strict'
module.exports = {
flatten: test => {
test.ok(true)
test.done()
}
}