Please enable JavaScript in your browser!
홈
탐색
도움말
로그인
themusicgod1
/
electron
Watch
0
Star
0
포크
1
파일
이슈
2
풀 리퀘스트
0
위키
트리:
4f86c4208b
브랜치
태그
master
electron
/
spec
/
fixtures
/
module
/
hello-child.js
hello-child.js
83 B
히스토리
Raw
1
2
3
4
5
6
7
class Hello {
say () {
return 'hi child window'
}
}
module.exports = Hello