UNPKG
@faakhir/headlamp-plugin
Version:
latest (0.11.5-dev)
0.11.5-dev
0.11.4-dev
The needed infrastructure for building Headlamp plugins.
@faakhir/headlamp-plugin
/
lib
/
helpers
/
isElectron.d.ts
7 lines
(6 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 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
;