mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Wire up all contact behaviors, refactor Contact type/selector
This commit is contained in:
6
ts/util/libphonenumberInstance.ts
Normal file
6
ts/util/libphonenumberInstance.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import libphonenumber from 'google-libphonenumber';
|
||||
|
||||
const instance = libphonenumber.PhoneNumberUtil.getInstance();
|
||||
const PhoneNumberFormat = libphonenumber.PhoneNumberFormat;
|
||||
|
||||
export { instance, PhoneNumberFormat };
|
||||
Reference in New Issue
Block a user