TeaSpeak-Client/native/dns/exports/exports.d.ts

4 lines
194 B
TypeScript
Raw Normal View History

2019-10-25 15:32:40 -04:00
declare module "teaclient_dns" {
export function resolve_cr(host: string, port: number, callback: (result: string | {host: string, port: number}) => any);
export function initialize();
}