Please enable JavaScript in your browser!
Sākums
Izpētīt
Palīdzība
Pierakstīties
themusicgod1
/
electron
Vērot
0
Pievienot zvaigznīti
0
Atdalīts
1
Faili
Problēmas
2
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
4f86c4208b
Atzari
Tagi
master
electron
/
spec
/
fixtures
/
module
/
hello.js
hello.js
70 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
class Hello {
say () {
return 'hi'
}
}
module.exports = Hello