UNPKG

@better-auth-ui/core

Version:

Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.

3 lines (2 loc) 169 B
/** Generate a slug candidate. Creation checks availability before using it. */ export declare function generateOrganizationSlug(name: string, suffix?: string): string;