mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
7 lines
217 B
TypeScript
7 lines
217 B
TypeScript
import libphonenumber from 'google-libphonenumber';
|
|
|
|
const instance = libphonenumber.PhoneNumberUtil.getInstance();
|
|
const PhoneNumberFormat = libphonenumber.PhoneNumberFormat;
|
|
|
|
export { instance, PhoneNumberFormat };
|