eslint-migration

This commit is contained in:
Yuri Cherepanov
2019-11-18 00:26:58 +02:00
parent 632c454056
commit 7637f45963
8 changed files with 52 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ export class ElectronService {
childProcess: typeof childProcess;
fs: typeof fs;
get isElectron() {
get isElectron(): boolean {
return window && window.process && window.process.type;
}