UNPKG

@maskito/phone

Version:

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

6 lines 244 B
import type { MetadataJson } from 'libphonenumber-js/core'; export declare function cutPhoneByValidLength({ phone, metadata, }: { phone: string; metadata: MetadataJson; }): string; //# sourceMappingURL=cut-phone-by-valid-length.d.ts.map