This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
root
/
ES6-module
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
main
Rami (Branch)
Tag
main
ES6-module
/
1-cmd
/
say.js
say.js
56 B
Permalink
Cronologia
Originale
1
2
3
module.declare('say', function () {
alert('hello')
})