9 lines
142 B
TypeScript
9 lines
142 B
TypeScript
|
import 'typings-global'
|
||
|
import * as beautylog from 'beautylog'
|
||
|
let dnsSocket = require('dns-socket')
|
||
|
|
||
|
export {
|
||
|
beautylog,
|
||
|
dnsSocket
|
||
|
}
|