PHP WebShell

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

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

/**
 * Returns string with hex-encoded data.
 */
export declare function encode(data: Uint8Array, lowerCase?: boolean): string;
/**
 * Returns Uint8Array with data decoded from hex string.
 *
 * Throws error if hex string length is not divisible by 2 or has non-hex
 * characters.
 */
export declare function decode(hex: string): Uint8Array;

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


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