• Checks whether the target string is valid URL

    Example

    expect((isURL('foobar.com').value).toBeTruthy()
    

    Parameters

    • url: string

      The target string

    • options: any

      The options

    Returns Result<boolean | undefined>

Generated using TypeDoc