UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

7 lines (6 loc) 239 B
/** * Determines whether app is running in electron environment. * Note: The isElectron code (Licence: MIT) is taken from * https://github.com/cheton/is-electron/blob/master/index.js */ export declare function isElectron(): boolean;