UNPKG

svelte-clerk

Version:

Svelte Clerk is the easiest way to add authentication and user management to your Svelte and SvelteKit applications. Add sign up, sign in, and profile management to your application in minutes.

6 lines (5 loc) 747 B
export declare const invalidStateError = "Invalid state. Feel free to submit a bug or reach out to support here: https://clerk.com/support"; export declare const unsupportedNonBrowserDomainOrProxyUrlFunction = "Unsupported usage of isSatellite, domain or proxyUrl. The usage of isSatellite, domain or proxyUrl as function is not supported in non-browser environments."; export declare const useAuthHasRequiresRoleOrPermission = "Missing parameters. `has` from `auth` requires a permission or role key to be passed. Example usage: `has({permission: \"org:posts:edit\"})`"; export declare const noPathProvidedError: (componentName: string) => string; export declare const incompatibleRoutingWithPathProvidedError: (componentName: string) => string;