smartuniverse/ts/smartuniverse.plugins.ts
2019-01-31 02:52:18 +01:00

30 lines
747 B
TypeScript

// node native
import * as path from 'path';
export { path };
// pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smarthash from '@pushrocks/smarthash';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartexpress from '@pushrocks/smartexpress';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartrx from '@pushrocks/smartrx';
import * as smartsocket from '@pushrocks/smartsocket';
import * as smarttime from '@pushrocks/smarttime';
export {
lik,
smarthash,
smartdelay,
smartexpress,
smartfile,
smartpromise,
smartrx,
smartrequest,
smartsocket,
smarttime
};