docker/ts/dockersock.plugins.ts
2019-01-10 00:24:35 +01:00

20 lines
351 B
TypeScript

// @pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartlog from '@pushrocks/smartlog';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrequest from '@pushrocks/smartrequest';
export {
lik,
smartlog,
smartpromise,
smartrequest
};
// third party
import * as rxjs from 'rxjs';
export {
rxjs
};