2019-04-08 19:42:23 +02:00
|
|
|
// pushrocks scope
|
|
|
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
|
import * as smartrx from '@pushrocks/smartrx';
|
|
|
|
|
|
2019-04-05 20:30:43 +02:00
|
|
|
export {
|
2019-04-08 19:42:23 +02:00
|
|
|
smartpromise,
|
|
|
|
|
smartrx
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
// third party scope
|
|
|
|
|
import * as nodeIpc from 'node-ipc';
|
|
|
|
|
|
|
|
|
|
export {
|
|
|
|
|
nodeIpc
|
|
|
|
|
};
|
|
|
|
|
|