2019-04-08 19:42:23 +02:00
|
|
|
// pushrocks scope
|
2025-08-23 11:29:22 +00:00
|
|
|
import * as smartdelay from '@push.rocks/smartdelay';
|
|
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
|
|
import * as smartrx from '@push.rocks/smartrx';
|
2019-04-08 19:42:23 +02:00
|
|
|
|
2019-04-09 12:30:12 +02:00
|
|
|
export { smartdelay, smartpromise, smartrx };
|
2019-04-08 19:42:23 +02:00
|
|
|
|
|
|
|
// third party scope
|
|
|
|
import * as nodeIpc from 'node-ipc';
|
|
|
|
|
2019-04-08 19:56:21 +02:00
|
|
|
export { nodeIpc };
|