Open steve981cr opened 1 year ago
It's Typescript. I'm defining the variable scope and type.
Oh, got it. Thanks.
Yeah. That's in the Javascript section of the docs. I'll fix it.
Thanks for the note!
In the meantime, just change to:
let electronApp
The Readme includes a JavaScript example line:
I've never seen that kind of syntax for a variable declaration and when I use it my linter shows an error so I'm assuming that's a typo.