This commit is contained in:
Aya Morisawa
2018-07-27 17:58:19 +09:00
parent 9332551791
commit 75d04858e6
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import * as os from 'os';
const sysUtils = require('systeminformation');
import * as sysUtils from 'systeminformation';
import * as diskusage from 'diskusage';
import Xev from 'xev';