Signal-Desktop/ts/util/libphonenumberInstance.ts

7 lines
217 B
TypeScript
Raw Normal View History

import libphonenumber from 'google-libphonenumber';
const instance = libphonenumber.PhoneNumberUtil.getInstance();
const PhoneNumberFormat = libphonenumber.PhoneNumberFormat;
export { instance, PhoneNumberFormat };