smartdns/ts/dnsly.plugins.ts

6 lines
150 B
TypeScript
Raw Permalink Normal View History

import * as beautylog from 'beautylog';
import * as dns from 'dns';
import * as smartdelay from 'smartdelay';
2016-11-15 20:39:21 +00:00
export { beautylog, dns, smartdelay };