PHP WebShell

Текущая директория: /var/www/bitcardoApp/node_modules/tronweb/lib/commonjs/utils

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

import type { BytesLike } from '../types/UtilsTypes.js';
export declare class Base64 {
    encode(input: string): string;
    encodeIgnoreUtf8(inputBytes: BytesLike): string;
    decode(input: string): string;
    decodeToByteArray(input: string): number[];
    _out2ByteArray(utftext: string): number[];
    _utf8_encode(string: string): string;
    _utf8_decode(utftext: string): string;
}

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


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