Create type definition for 'os-utils' (#4050)

This commit is contained in:
Acid Chicken (硫酸鶏)
2019-02-03 23:41:27 +09:00
committed by Aya Morisawa
parent fe13c17fcb
commit 893a3b527d
2 changed files with 31 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import * as sysUtils from 'systeminformation';
import * as diskusage from 'diskusage';
import * as Deque from 'double-ended-queue';
import Xev from 'xev';
const osUtils = require('os-utils');
import * as osUtils from 'os-utils';
const ev = new Xev();