This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
root
/
ES6-module
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
main
Ramos
Etiquetas
main
ES6-module
/
1-cmd
/
say.js
say.js
56 B
Link permanente
Histórico
Em bruto
1
2
3
module.declare('say', function () {
alert('hello')
})