UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

4 lines (3 loc) 161 B
export declare function defaultPhoneNumberValidator( value: string ): Promise<"GENERAL_ERROR_PHONE_NON_STRING" | "GENERAL_ERROR_PHONE_INVALID" | undefined>;