fix(core): update

This commit is contained in:
2020-08-12 16:29:03 +00:00
parent 97841e0973
commit 5c13987686
4 changed files with 9717 additions and 813 deletions

View File

@@ -10,9 +10,9 @@ import * as smartstring from '@pushrocks/smartstring';
export { smartpromise, smartstring };
// @third party scope
import * as portscanner from 'portscanner';
import isopen from 'isopen';
import publicIp from 'public-ip';
import speedtestNet from 'speedtest-net';
import * as systeminformation from 'systeminformation';
export { portscanner, publicIp, speedtestNet, systeminformation };
export { isopen, publicIp, speedtestNet, systeminformation };