mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Update remote module
This commit is contained in:
+4
-1
@@ -9,7 +9,10 @@
|
||||
/// <reference path="github-electron.web-contents.d.ts" />
|
||||
|
||||
declare namespace Electron {
|
||||
|
||||
/**
|
||||
* The remote module provides a simple way to do inter-process communication (IPC)
|
||||
* between the renderer process (web page) and the main process.
|
||||
*/
|
||||
interface Remote extends CommonElectron {
|
||||
/**
|
||||
* @returns The object returned by require(module) in the main process.
|
||||
|
||||
Reference in New Issue
Block a user