2019-04-16 08:21:11 +00:00
|
|
|
// native scope
|
|
|
|
|
|
|
|
// @pushrocks scope
|
2018-07-17 07:00:27 +00:00
|
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
2019-04-16 08:21:11 +00:00
|
|
|
import * as smartstring from '@pushrocks/smartstring';
|
|
|
|
|
|
|
|
export { smartpromise, smartstring };
|
|
|
|
|
|
|
|
// @third party scope
|
|
|
|
let speedtestNet = require('speedtest-net');
|
|
|
|
import * as portscanner from 'portscanner';
|
2017-12-12 22:35:20 +00:00
|
|
|
|
2019-04-16 08:21:11 +00:00
|
|
|
export { speedtestNet, portscanner };
|