Const
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"); Copy
const url = Url.parse("https://example.com/article");
makeUrl for factory function
Zod schema for validating article URLs.