PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@celo/base/lib

Просмотр файла: phoneNumbers.d.ts

export interface ParsedPhoneNumber {
    e164Number: string;
    displayNumber: string;
    displayNumberInternational: string;
    countryCode?: number;
    regionCode?: string;
}
export declare const getPhoneHash: (sha3: (a: string) => string | null, phoneNumber: string, salt?: string) => string;
export declare function isE164Number(phoneNumber: string): boolean;
export declare function anonymizedPhone(phoneNumber: string): string;
export declare const PhoneNumberBase: {
    getPhoneHash: (sha3: (a: string) => string | null, phoneNumber: string, salt?: string) => string;
    isE164Number: typeof isE164Number;
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!