UNPKG

@oddjs/odd

Version:
3 lines (2 loc) 122 B
export declare const fromBytes: (bytes: Uint8Array) => string; export declare const toBytes: (hex: string) => Uint8Array;