UNPKG

@jsonhero/json-infer-types

Version:
6 lines (5 loc) 193 B
export declare type JSONPhoneNumberFormat = { name: "phoneNumber"; variant: "e.164"; }; export declare function inferPhoneNumber(value: string): JSONPhoneNumberFormat | undefined;