ElectronRemote.getBuiltin method
ElectronRemote › getBuiltin
Unofficial
Returns the main process module built into Electron with the given name.Signature:
getBuiltin(name: string): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | The built-in module name. |
Returns: unknown — The requested built-in module.