2017-08-15 17:29:18 +00:00
|
|
|
import 'typings-global'
|
|
|
|
|
2017-08-16 16:54:23 +00:00
|
|
|
import * as beautylog from 'beautylog'
|
2017-08-15 17:29:18 +00:00
|
|
|
import * as npmextra from 'npmextra'
|
|
|
|
import * as smartnpm from 'smartnpm'
|
2017-08-16 16:54:23 +00:00
|
|
|
import * as smarttime from 'smarttime'
|
2017-08-15 17:29:18 +00:00
|
|
|
|
|
|
|
export {
|
2017-08-16 16:54:23 +00:00
|
|
|
beautylog,
|
2017-08-15 17:29:18 +00:00
|
|
|
npmextra,
|
2017-08-16 16:54:23 +00:00
|
|
|
smartnpm,
|
|
|
|
smarttime
|
2017-08-15 17:29:18 +00:00
|
|
|
}
|