UNPKG

@maskito/phone

Version:

The optional framework-agnostic Maskito's package with phone masks

3 lines (2 loc) 196 B
import { type CountryCode, type MetadataJson } from 'libphonenumber-js/core'; export declare function maskitoGetCountryFromNumber(number: string, metadata: MetadataJson): CountryCode | undefined;