smartdns/ts/dnsly.plugins.ts
2016-11-15 21:39:21 +01:00

9 lines
142 B
TypeScript

import 'typings-global'
import * as beautylog from 'beautylog'
let dnsSocket = require('dns-socket')
export {
beautylog,
dnsSocket
}