smartuniverse/ts/smartuniverse.plugins.ts

30 lines
747 B
TypeScript
Raw Normal View History

2019-01-31 01:52:18 +00:00
// node native
2018-03-08 22:42:46 +00:00
import * as path from 'path';
2019-01-31 01:52:18 +00:00
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';
2018-03-07 21:22:15 +00:00
2018-03-20 07:16:54 +00:00
export {
lik,
2019-01-31 01:52:18 +00:00
smarthash,
2018-05-19 22:41:59 +00:00
smartdelay,
2018-03-20 07:16:54 +00:00
smartexpress,
smartfile,
2019-01-31 01:52:18 +00:00
smartpromise,
2018-03-20 07:16:54 +00:00
smartrx,
smartrequest,
smartsocket,
smarttime
};