13 lines
497 B
TypeScript
13 lines
497 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 shelljs from 'shelljs';
|
|
import * as smartcli from 'smartcli';
|
|
import * as smartfile from 'smartfile';
|
|
import * as smartstring from 'smartstring';
|
|
export { beautylog, npmextra, path, projectinfo, q, qenv, shelljs, smartcli, smartfile, smartstring };
|