UNPKG

uni-phone

Version:

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

7 lines (6 loc) 203 B
import { AsOfGlossary } from 'domain-glossaries'; /** * a phone number in the universal E.164 format * - E.164 example: +18175698900 */ export type UniPhoneNumber = AsOfGlossary<string, 'uni-phone'>;