2018-05-03 10:10:39 +00:00
|
|
|
import * as yargs from 'yargs';
|
2018-08-30 22:13:05 +00:00
|
|
|
import * as smartlog from '@pushrocks/smartlog';
|
|
|
|
import * as lik from '@pushrocks/lik';
|
2018-05-03 10:10:39 +00:00
|
|
|
import * as path from 'path';
|
2018-09-30 20:36:30 +00:00
|
|
|
import * as smartparam from '@pushrocks/smartparam';
|
2015-11-05 20:43:34 +00:00
|
|
|
|
2018-08-30 22:13:05 +00:00
|
|
|
export { yargs, smartlog, lik, path, smartparam };
|