fix(core): update

This commit is contained in:
2019-04-16 10:21:11 +02:00
parent e6e6d86c15
commit 9e18e2089f
12 changed files with 1345 additions and 436 deletions

View File

@@ -1,4 +1,13 @@
let speedtestNet = require('speedtest-net');
import * as smartpromise from '@pushrocks/smartpromise';
// native scope
export { speedtestNet, smartpromise };
// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartstring from '@pushrocks/smartstring';
export { smartpromise, smartstring };
// @third party scope
let speedtestNet = require('speedtest-net');
import * as portscanner from 'portscanner';
export { speedtestNet, portscanner };