UNPKG

ad-ngx-electron

Version:

An Angular wrapper for Electron's Renderer APIs

4 lines (3 loc) 85 B
export interface ElectronWindow extends Window { require(module: string): any; }