UNPKG

193 BTypeScriptView Raw
1export declare type JSONPhoneNumberFormat = {
2 name: "phoneNumber";
3 variant: "e.164";
4};
5export declare function inferPhoneNumber(value: string): JSONPhoneNumberFormat | undefined;