smartdns/ts/dnsly.plugins.ts
2017-01-27 00:11:13 +01:00

11 lines
182 B
TypeScript

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