UNPKG

@maskito/phone

Version:

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

6 lines (5 loc) 189 B
import { type MetadataJson } from 'libphonenumber-js/core'; export declare function cutPhoneByValidLength({ phone, metadata, }: { phone: string; metadata: MetadataJson; }): string;