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

6 lines
174 B
TypeScript

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