UNPKG

uni-phone

Version:

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

8 lines (7 loc) 217 B
import { UniPhone } from './UniPhone'; /** * .what = casts a uni phone into human words * .example * - +13335557777 => (333) 555-7777 */ export declare const asUniPhoneInHumanWords: (input: UniPhone) => string;