2016-10-14 22:56:02 +00:00
|
|
|
import 'typings-global';
|
2015-11-05 20:43:34 +00:00
|
|
|
|
2016-10-14 22:56:02 +00:00
|
|
|
import * as yargs from 'yargs'
|
|
|
|
import * as beautylog from 'beautylog'
|
|
|
|
import * as inquirer from 'inquirer'
|
|
|
|
import * as lik from 'lik'
|
|
|
|
import * as path from 'path'
|
|
|
|
import * as smartparam from 'smartparam'
|
|
|
|
|
|
|
|
export {
|
|
|
|
yargs,
|
|
|
|
beautylog,
|
|
|
|
cliff,
|
|
|
|
inquirer,
|
|
|
|
lik,
|
|
|
|
path,
|
|
|
|
smartparam
|
|
|
|
}
|