s-private API Documentation - v3.8.1
    Preparing search index...
    Url: $ZodBranded<ZodURL, "Url", "out"> = ...

    Zod schema for validating article URLs.

    Validates that the URL is a valid HTTP or HTTPS URL. Other protocols are not allowed.

    const url = Url.parse("https://example.com/article");
    

    makeUrl for factory function