6 lines
217 B
TypeScript
6 lines
217 B
TypeScript
import libphonenumber from 'google-libphonenumber';
|
|
|
|
const instance = libphonenumber.PhoneNumberUtil.getInstance();
|
|
const PhoneNumberFormat = libphonenumber.PhoneNumberFormat;
|
|
|
|
export { instance, PhoneNumberFormat };
|