mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Update remote module
This commit is contained in:
5
github-electron/github-electron.remote.d.ts
vendored
5
github-electron/github-electron.remote.d.ts
vendored
@@ -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