UNPKG

@authduo/authduo

Version:

Free User-sovereign Authentication for the World

3 lines (2 loc) 168 B
/** convert a username into a string that is url friendly and filename friendly */ export declare function crushUsername(username: string, maxLength?: number): string;