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

5 lines 156 B
export * from './src/countries'; export * from './src/phone'; import { Phone } from './src/phone'; export default Phone; //# sourceMappingURL=index.d.ts.map