smartdns/dist/dnsly.plugins.d.ts

5 lines
126 B
TypeScript
Raw Permalink Normal View History

2016-11-15 20:39:21 +00:00
import 'typings-global';
import * as beautylog from 'beautylog';
declare let dnsSocket: any;
export { beautylog, dnsSocket };