This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
root
/
ES6-module
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
main
Branches
Tags
main
ES6-module
/
1-cmd
/
say.js
say.js
56 B
Lien permanent
Historique
Raw
1
2
3
module.declare('say', function () {
alert('hello')
})