2016-12-18 20:53:50 +01:00
|
|
|
import 'typings-global'
|
2015-11-05 21:43:34 +01:00
|
|
|
|
2016-10-15 00:56:02 +02:00
|
|
|
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'
|
|
|
|
|
|
|
|
export {
|
2017-04-22 21:03:28 +02:00
|
|
|
yargs,
|
|
|
|
beautylog,
|
|
|
|
lik,
|
|
|
|
path,
|
|
|
|
smartparam
|
2016-10-15 00:56:02 +02:00
|
|
|
}
|