UNPKG

react-native-dns-lookup

Version:
4 lines (3 loc) 140 B
declare module 'react-native-dns-lookup' { export function getIpAddressesForHostname(hostname: string): Promise<ReadonlyArray<string>>; }