16 lines
800 B
TypeScript
16 lines
800 B
TypeScript
|
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
|
||
|
export { typedrequestInterfaces };
|
||
|
import * as lik from '@pushrocks/lik';
|
||
|
import * as smartlog from '@pushrocks/smartlog';
|
||
|
import * as smarthash from '@pushrocks/smarthash';
|
||
|
import * as smartdelay from '@pushrocks/smartdelay';
|
||
|
import * as smartexpress from '@pushrocks/smartexpress';
|
||
|
import * as smartpromise from '@pushrocks/smartpromise';
|
||
|
import * as smarttime from '@pushrocks/smarttime';
|
||
|
import * as smartunique from '@pushrocks/smartunique';
|
||
|
import * as smartrx from '@pushrocks/smartrx';
|
||
|
export { lik, smartlog, smarthash, smartdelay, smartexpress, smartpromise, smarttime, smartunique, smartrx };
|
||
|
import socketIo from 'socket.io';
|
||
|
import socketIoClient from 'socket.io-client';
|
||
|
export { socketIo, socketIoClient };
|