9 lines
125 B
TypeScript
9 lines
125 B
TypeScript
import 'typings-global'
|
|
import * as beautylog from 'beautylog'
|
|
import * as dns from 'dns'
|
|
|
|
export {
|
|
beautylog,
|
|
dns
|
|
}
|