2020-02-15 16:41:37 +00:00
|
|
|
// node native scope
|
2018-05-13 13:51:04 +00:00
|
|
|
import * as dns from 'dns';
|
2020-02-15 16:41:37 +00:00
|
|
|
|
|
|
|
export { dns };
|
|
|
|
|
|
|
|
// pushrocks scope
|
2019-01-06 23:21:15 +00:00
|
|
|
import * as smartdelay from '@pushrocks/smartdelay';
|
|
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
2020-02-15 16:41:37 +00:00
|
|
|
import * as smartrequest from '@pushrocks/smartrequest';
|
|
|
|
|
|
|
|
export { smartdelay, smartpromise, smartrequest };
|
|
|
|
|
|
|
|
import * as tsclass from '@tsclass/tsclass';
|
2016-11-15 20:39:21 +00:00
|
|
|
|
2020-02-15 16:41:37 +00:00
|
|
|
export { tsclass };
|