UNPKG

ngx-childprocess

Version:

Access Child Process API from Electron through Angular Service

4 lines (3 loc) 111 B
export interface ElectronWindow extends Window{ require(module: string): Electron.ElectronMainAndRenderer; }