Troy McKinnon
Results
2
issues of
Troy McKinnon
The Typescript handbook details the 2 preferred ways to [publish](https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html) definition files. * Bundling with your npm package * Publishing to the @types organization on npm It would be great...
The usage documentation shows calling `app.quit()` after `require`ing `electron-squirrel-startup`, however, the code calls quit itself. This is misleading. If you run your own code on one of these flags after...