mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 01:45:49 +08:00
[SAP-150] Fixing come code review issues.
This commit is contained in:
4
electron/index.d.ts
vendored
4
electron/index.d.ts
vendored
@@ -2719,7 +2719,7 @@ declare namespace Electron {
|
||||
* @returns a ClientRequest instance using the provided options which are directly
|
||||
* forwarded to the ClientRequest constructor.
|
||||
*/
|
||||
request(options : string | RequestOptions, callback?: (response: IncomingMessage) => void): ClientRequest
|
||||
request(options: string | RequestOptions, callback?: (response: IncomingMessage) => void): ClientRequest;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -5806,7 +5806,7 @@ declare namespace Electron {
|
||||
globalShortcut: Electron.GlobalShortcut;
|
||||
Menu: typeof Electron.Menu;
|
||||
MenuItem: typeof Electron.MenuItem;
|
||||
net: Electron.Net;
|
||||
net: Electron.Net;
|
||||
powerMonitor: Electron.PowerMonitor;
|
||||
powerSaveBlocker: Electron.PowerSaveBlocker;
|
||||
protocol: Electron.Protocol;
|
||||
|
||||
Reference in New Issue
Block a user