mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix wrong returning type of electron.hideInternalModules
This commit is contained in:
Vendored
+1
-1
@@ -1718,7 +1718,7 @@ declare module GitHubElectron {
|
||||
powerMonitor: NodeJS.EventEmitter;
|
||||
protocol: GitHubElectron.Protocol;
|
||||
Tray: typeof GitHubElectron.Tray;
|
||||
hideInternalModules(): any;
|
||||
hideInternalModules(): void;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user