2019-09-09 21:58:32 +00:00
|
|
|
// apiglobal scope
|
|
|
|
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
|
|
|
|
|
|
|
|
export {typedrequestInterfaces};
|
|
|
|
|
|
|
|
// pushrocks scope
|
2019-01-30 02:14:02 +00:00
|
|
|
import * as lik from '@pushrocks/lik';
|
|
|
|
import * as smartlog from '@pushrocks/smartlog';
|
|
|
|
import * as smarthash from '@pushrocks/smarthash';
|
|
|
|
import * as smartdelay from '@pushrocks/smartdelay';
|
2019-04-24 15:10:51 +00:00
|
|
|
import * as smartexpress from '@pushrocks/smartexpress';
|
2019-01-30 02:14:02 +00:00
|
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
2019-09-09 21:58:32 +00:00
|
|
|
|
2019-01-30 02:14:02 +00:00
|
|
|
|
2019-04-26 15:35:15 +00:00
|
|
|
export {
|
|
|
|
lik,
|
|
|
|
smartlog,
|
|
|
|
smarthash,
|
|
|
|
smartdelay,
|
|
|
|
smartexpress,
|
2019-09-09 21:58:32 +00:00
|
|
|
smartpromise
|
|
|
|
};
|
|
|
|
|
|
|
|
// third party scope
|
|
|
|
import * as shortid from 'shortid';
|
|
|
|
import socketIo from 'socket.io';
|
|
|
|
import socketIoClient from 'socket.io-client';
|
|
|
|
|
|
|
|
export {
|
2019-04-26 15:35:15 +00:00
|
|
|
shortid,
|
|
|
|
socketIo,
|
|
|
|
socketIoClient
|
|
|
|
};
|