Added a module definition file
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
declare module "teaclient_dns" {
|
||||
export function resolve_cr(host: string, port: number, callback: (result: string | {host: string, port: number}) => any);
|
||||
export function initialize();
|
||||
}
|
||||
Reference in New Issue
Block a user