smartdns/ts/dnsly.plugins.ts

11 lines
182 B
TypeScript
Raw Normal View History

2016-11-15 20:39:21 +00:00
import 'typings-global'
import * as beautylog from 'beautylog'
2016-11-15 21:40:40 +00:00
import * as dns from 'dns'
2017-01-26 23:11:13 +00:00
import * as smartdelay from 'smartdelay'
2016-11-15 20:39:21 +00:00
export {
beautylog,
2017-01-26 23:11:13 +00:00
dns,
smartdelay
2016-11-15 20:39:21 +00:00
}