UNPKG

uni-phone

Version:

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

5 lines (4 loc) 124 B
/** * checks whether the input is a valid phone number */ export declare const isPhoneNumber: (input: string) => boolean;