Skip to content

ElectronRemote.getBuiltin method

ElectronRemote › getBuiltin

Unofficial

Returns the main process module built into Electron with the given name.

Signature:

getBuiltin(name: string): unknown

Parameters:

Parameter Type Description
name string The built-in module name.

Returns: unknownThe requested built-in module.