UNPKG

surgio

Version:

Generating rules for Surge, Clash, Quantumult like a PRO

4 lines (3 loc) 237 B
import { RecordWithTtl } from 'dns'; export declare const resolveDomain: (domain: string, timeout?: number) => Promise<ReadonlyArray<string>>; export declare const resolve4And6: (domain: string) => Promise<ReadonlyArray<RecordWithTtl>>;