9 lines
275 B
TypeScript
9 lines
275 B
TypeScript
import 'typings-global';
|
|
import * as beautycolor from 'beautycolor';
|
|
import * as lodash from 'lodash';
|
|
import * as smartenv from 'smartenv';
|
|
import * as q from 'smartq';
|
|
declare let figlet: any;
|
|
declare let ora: any;
|
|
export { beautycolor, lodash, smartenv, q, figlet, ora };
|