17 lines
340 B
TypeScript
17 lines
340 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
|
|
}
|