UNPKG

reactotron-react-native

Version:

A development tool to explore, inspect, and diagnose your React Native apps.

9 lines (8 loc) 246 B
/** * Given a valid http(s) URL, the host for the given URL * is returned. * * @param url {string} URL to extract the host from * @returns {string} host of given URL or throws */ export declare function getHostFromUrl(url: string): string;