4 lines
194 B
TypeScript
4 lines
194 B
TypeScript
|
declare module "teaclient_dns" {
|
||
|
export function resolve_cr(host: string, port: number, callback: (result: string | {host: string, port: number}) => any);
|
||
|
export function initialize();
|
||
|
}
|