5 lines
126 B
TypeScript
5 lines
126 B
TypeScript
import 'typings-global';
|
|
import * as beautylog from 'beautylog';
|
|
declare let dnsSocket: any;
|
|
export { beautylog, dnsSocket };
|