Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
themusicgod1
/
electron
Obserwuj
0
Polub
0
Forkuj
1
Pliki
Problemy
2
Oczekujące zmiany
0
Wiki
Drzewo:
4f86c4208b
Gałęzie
Tagi
master
electron
/
spec
/
fixtures
/
module
/
hello-child.js
hello-child.js
83 B
Historia
Czysty
1
2
3
4
5
6
7
class Hello {
say () {
return 'hi child window'
}
}
module.exports = Hello