UNPKG

konfig-axios-fetch-adapter

Version:
8 lines (7 loc) 237 B
/** * Determines whether the specified URL is absolute * * @param {string} url The URL to test * @returns {boolean} True if the specified URL is absolute, otherwise false */ export default function isAbsoluteURL(url: any): boolean;