core-utils
    Preparing search index...
    interface FormatPhoneNumberParams {
        format: "E.164" | "humanReadable";
        phoneNumber: string;
    }

    Hierarchy

    • WithPhoneNumber
      • FormatPhoneNumberParams
    Index

    Properties

    Properties

    format: "E.164" | "humanReadable"
    phoneNumber: string