eslint-migration
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user