smartcli/ts/smartcli.plugins.ts

8 lines
225 B
TypeScript
Raw Normal View History

import * as yargs from 'yargs';
import * as beautylog from 'beautylog';
import * as lik from 'lik';
import * as path from 'path';
import * as smartparam from 'smartparam';
2015-11-05 20:43:34 +00:00
export { yargs, beautylog, lik, path, smartparam };