UNPKG

@dynamic-labs/sdk-react-core

Version:

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

6 lines (5 loc) 223 B
/** * This takes a phone number (with country code, doesn't work otherwise) * and returns the same phone number, but formatted to its corresponding country */ export declare const formatPhone: (phone: string) => string;