UNPKG

@benliam12/ngx-electron

Version:

An Angular wrapper for Electron's Renderer APIs

5 lines (4 loc) 150 B
import * as Electron from 'electron'; export interface ElectronWindow extends Window { require(module: string): Electron.RendererInterface; }