9 lines
335 B
TypeScript
9 lines
335 B
TypeScript
import 'typings-global';
|
|
import * as beautylog from 'beautylog';
|
|
import * as q from 'smartq';
|
|
import * as smartdelay from 'smartdelay';
|
|
import * as smartrequest from 'smartrequest';
|
|
import * as smartstring from 'smartstring';
|
|
import * as tsclass from 'tsclass';
|
|
export { beautylog, q, smartdelay, smartrequest, smartstring, tsclass };
|