TeaWeb/shared/backend.d/dns.d.ts
2020-03-30 13:44:18 +02:00

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>;