UNPKG

surgio

Version:

Generating rules for Surge, Clash, Quantumult like a PRO

5 lines (4 loc) 268 B
/// <reference types="node" /> import { RecordWithTtl } from 'dns'; export declare const resolveDomain: (domain: string, timeout?: number) => Promise<ReadonlyArray<string>>; export declare const resolve4And6: (domain: string) => Promise<ReadonlyArray<RecordWithTtl>>;