smartdns/ts/dnsly.plugins.ts
2016-11-15 22:40:40 +01:00

9 lines
125 B
TypeScript

import 'typings-global'
import * as beautylog from 'beautylog'
import * as dns from 'dns'
export {
beautylog,
dns
}