fix(core): update

This commit is contained in:
2019-09-08 14:59:47 +02:00
parent 9af53a5b58
commit bba219ddef
3 changed files with 10 additions and 9 deletions

View File

@@ -1,4 +1,9 @@
// native scope
import * as os from 'os';
export {
os
};
// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
@@ -6,9 +11,8 @@ import * as smartstring from '@pushrocks/smartstring';
export { smartpromise, smartstring };
// @third party scope
import defaultGateway from 'default-gateway';
// @third party scope
const speedtestNet = require('speedtest-net');
import * as portscanner from 'portscanner';
export { defaultGateway, speedtestNet, portscanner };
export { speedtestNet, portscanner };