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:

ParameterTypeDescription
namestringThe built-in module name.

Returns: unknownThe requested built-in module.