UNPKG

ut-tools

Version:

Build and Release management automation package.

6 lines (5 loc) 290 B
export declare type DnsLookupIpVersion = 'auto' | 'ipv4' | 'ipv6'; declare type DnsIpFamily = 0 | 4 | 6; export declare const isDnsLookupIpVersion: (value: any) => boolean; export declare const dnsLookupIpVersionToFamily: (dnsLookupIpVersion: DnsLookupIpVersion) => DnsIpFamily; export {};