2016-10-16 00:26:43 +00:00
|
|
|
import 'typings-global';
|
|
|
|
import * as lodash from 'lodash';
|
|
|
|
import * as smartenv from 'smartenv';
|
|
|
|
import * as q from 'q';
|
|
|
|
import * as clc from 'cli-color';
|
|
|
|
declare let figlet: any;
|
|
|
|
import * as loggly from 'loggly';
|
|
|
|
declare let ora: any;
|
|
|
|
export { lodash, smartenv, q, clc, figlet, loggly, ora };
|