fix(core): update
This commit is contained in:
@@ -7,7 +7,8 @@ import * as smartstring from '@pushrocks/smartstring';
|
||||
export { smartpromise, smartstring };
|
||||
|
||||
// @third party scope
|
||||
let speedtestNet = require('speedtest-net');
|
||||
import defaultGateway from 'default-gateway';
|
||||
const speedtestNet = require('speedtest-net');
|
||||
import * as portscanner from 'portscanner';
|
||||
|
||||
export { speedtestNet, portscanner };
|
||||
export { defaultGateway, speedtestNet, portscanner };
|
||||
|
Reference in New Issue
Block a user