hello-child.js 85 B

123456
  1. class Hello {
  2. say () {
  3. return 'hi child window';
  4. }
  5. }
  6. module.exports = Hello;