Added a module definition file
This commit is contained in:
parent
54d0802ed7
commit
2e9a367f13
4
native/dns/exports/exports.d.ts
vendored
Normal file
4
native/dns/exports/exports.d.ts
vendored
Normal file
@ -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();
|
||||
}
|
Loading…
Reference in New Issue
Block a user