feat(add port checking): update

This commit is contained in:
2018-07-17 09:00:27 +02:00
parent cef20da728
commit 4156a57a3f
12 changed files with 1163 additions and 521 deletions

View File

@@ -1,7 +1,4 @@
let speedtestNet = require('speedtest-net')
import * as smartq from 'smartq'
let speedtestNet = require('speedtest-net');
import * as smartpromise from '@pushrocks/smartpromise';
export {
speedtestNet,
smartq
}
export { speedtestNet, smartpromise };