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