IOweb/node_modules/@oslojs/encoding/dist/hex.d.ts
2026-07-03 15:07:38 -05:00

3 lines
201 B
TypeScript

export declare function encodeHexUpperCase(data: Uint8Array): string;
export declare function encodeHexLowerCase(data: Uint8Array): string;
export declare function decodeHex(data: string): Uint8Array;