electron / update.electronjs.org

📡 A free service that makes it easy for open-source Electron apps to update themselves.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSDocs for better maintainability

adam-coster opened this issue · comments

This project is in plain JavaScript (versus Typescript) and also does not include any JSDocs. Contributions will be easier and safer with some amount of type support. Doing so with JSDocs is probably the best approach since they don't require any changes in tooling.