Create type definition for 'os-utils' (#4050)
This commit is contained in:
parent
fe13c17fcb
commit
893a3b527d
2 changed files with 31 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue