Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
themusicgod1
/
electron
Segui
0
Vota
0
Forka
1
File
Problemi
2
Pull Requests
0
Wiki
Albero (Tree):
4f86c4208b
Rami (Branch)
Tag
master
electron
/
spec
/
fixtures
/
module
/
hello-child.js
hello-child.js
83 B
Cronologia
Originale
1
2
3
4
5
6
7
class Hello {
say () {
return 'hi child window'
}
}
module.exports = Hello