smartcli/ts/smartcli.plugins.ts
2018-09-30 22:36:30 +02:00

8 lines
255 B
TypeScript

import * as yargs from 'yargs';
import * as smartlog from '@pushrocks/smartlog';
import * as lik from '@pushrocks/lik';
import * as path from 'path';
import * as smartparam from '@pushrocks/smartparam';
export { yargs, smartlog, lik, path, smartparam };