14 lines
572 B
TypeScript
14 lines
572 B
TypeScript
import 'typings-global';
|
|
import * as beautylog from 'beautylog';
|
|
import * as npmextra from 'npmextra';
|
|
import * as path from 'path';
|
|
import * as projectinfo from 'projectinfo';
|
|
import * as q from 'smartq';
|
|
import * as qenv from 'qenv';
|
|
import * as smartanalytics from 'smartanalytics';
|
|
import * as smartcli from 'smartcli';
|
|
import * as smartfile from 'smartfile';
|
|
import * as smartshell from 'smartshell';
|
|
import * as smartstring from 'smartstring';
|
|
export { beautylog, npmextra, path, projectinfo, q, qenv, smartanalytics, smartcli, smartfile, smartshell, smartstring };
|