UNPKG

@jakguru/phone-object

Version:

An immutable data structure representing a specific phone number and accompanying methods. It contains class and instance methods of creating, parsing, validating, and formatting phone numbers. Based on google-libphonenumber, which is in turn based on Goo

6 lines (4 loc) 118 B
export * from './src/countries' export * from './src/phone' import { Phone } from './src/phone' export default Phone