core-utils
    Preparing search index...

    Interface FormatPhoneNumberParams

    interface FormatPhoneNumberParams {
        format: "E.164" | "humanReadable";
        phoneNumber: string;
    }

    Hierarchy

    • WithPhoneNumber
      • FormatPhoneNumberParams
    Index
    format: "E.164" | "humanReadable"
    phoneNumber: string