SyntaxFix
Write A Post
Hire A Developer
Questions
In my case I'm doing it like this:
module SayHi { export default () => { console.log("Hi"); } } new SayHi();