mirror of
https://github.com/electron/electron.git
synced 2026-01-30 01:38:49 -05:00
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
class Hello {
|
|
say () {
|
|
return 'hi child window'
|
|
}
|
|
}
|
|
module.exports = Hello
|