12 lines
207 B
TypeScript
12 lines
207 B
TypeScript
import 'typings-global'
|
|
|
|
import * as beautycolor from 'beautycolor'
|
|
import * as beautylog from 'beautylog'
|
|
import * as smartrequest from 'smartrequest'
|
|
|
|
export {
|
|
beautycolor,
|
|
beautylog,
|
|
smartrequest
|
|
}
|