5 lines
No EOL
249 B
TypeScript
5 lines
No EOL
249 B
TypeScript
import {AddressTarget, ResolveOptions} from "tc-shared/dns";
|
|
import {ServerAddress} from "tc-shared/ui/server";
|
|
|
|
export function supported();
|
|
export function resolve_address(address: ServerAddress, options?: ResolveOptions) : Promise<AddressTarget>; |