UNPKG

uni-phone

Version:

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

5 lines (4 loc) 221 B
/** * checks whether a string is a universally formatted phone number */ export declare const isUniPhoneNumber: import("type-fns").AssessWithAssure<string, string & import("domain-glossaries").OfGlossary<"uni-phone">>;