mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
indent style equal tab
This commit is contained in:
parent
9cee9901e4
commit
da016154e6
10
github-electron/github-electron.d.ts
vendored
10
github-electron/github-electron.d.ts
vendored
@ -1186,11 +1186,11 @@ declare module Electron {
|
||||
* before using this API
|
||||
*/
|
||||
checkForUpdates(): any;
|
||||
/**
|
||||
* Restarts the app and installs the update after it has been downloaded.
|
||||
* It should only be called after update-downloaded has been emitted.
|
||||
*/
|
||||
quitAndInstall(): any;
|
||||
/**
|
||||
* Restarts the app and installs the update after it has been downloaded.
|
||||
* It should only be called after update-downloaded has been emitted.
|
||||
*/
|
||||
quitAndInstall(): any;
|
||||
}
|
||||
|
||||
module Dialog {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user