UNPKG

uni-phone

Version:

a glossary of universally intuitive time, date, and duration domain literals

6 lines (5 loc) 190 B
import { UniPhoneNumber } from './UniPhoneNumber'; /** * casts a phone number into the universal format, E.164 */ export declare const asUniPhoneNumber: (input: string) => UniPhoneNumber;