import { createInvitationURL } from "https://deno.land/x/earthstar@v10.2.0/src/entries/universal.ts";
Creates an invitation URL. Validates the share address, that servers are valid URLs, and the secret against the share address if given.
Returns
Promise<string | ValidationError>