UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

4 lines (3 loc) 194 B
import { ParsedCountry } from 'react-international-phone'; /** Whether phone number is not empty */ export declare const validatePhoneLength: (phone: string, country: ParsedCountry) => boolean;