/** * Check if the string is MagnetURI * * @param url - Options object * @returns True if the string matches the validation, false otherwise */ export default function isMagnetURI(url: string): boolean;