2019-04-08 17:42:23 +00:00
|
|
|
// pushrocks scope
|
2019-04-09 10:30:12 +00:00
|
|
|
import * as smartdelay from '@pushrocks/smartdelay';
|
2019-04-08 17:42:23 +00:00
|
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
import * as smartrx from '@pushrocks/smartrx';
|
|
|
|
|
2019-04-09 10:30:12 +00:00
|
|
|
export { smartdelay, smartpromise, smartrx };
|
2019-04-08 17:42:23 +00:00
|
|
|
|
|
|
|
// third party scope
|
|
|
|
import * as nodeIpc from 'node-ipc';
|
|
|
|
|
2019-04-08 17:56:21 +00:00
|
|
|
export { nodeIpc };
|