smartdns/ts/dnsly.plugins.ts

9 lines
142 B
TypeScript
Raw Normal View History

2016-11-15 20:39:21 +00:00
import 'typings-global'
import * as beautylog from 'beautylog'
let dnsSocket = require('dns-socket')
export {
beautylog,
dnsSocket
}