fix(core): update

This commit is contained in:
2019-09-08 16:15:10 +02:00
parent 34bee225d5
commit 8d1b302e70
5 changed files with 26 additions and 4 deletions

View File

@@ -12,7 +12,8 @@ import * as smartstring from '@pushrocks/smartstring';
export { smartpromise, smartstring };
// @third party scope
const speedtestNet = require('speedtest-net');
import * as portscanner from 'portscanner';
import speedtestNet from 'speedtest-net';
import * as systeminformation from 'systeminformation';
export { speedtestNet, portscanner };
export { speedtestNet, portscanner, systeminformation };