UNPKG

@3id/common

Version:
3 lines (2 loc) 116 B
export declare function fromHex(hex: string): Uint8Array; export declare function toHex(bytes: Uint8Array): string;