smartuniverse/ts/smartuniverse.plugins.ts

30 lines
747 B
TypeScript
Raw Normal View History

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