UNPKG

@gentrace/core

Version:
9 lines (8 loc) 243 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: string): boolean;