UNPKG

@benev/slate

Version:
7 lines (6 loc) 229 B
export declare const Hex: { string(bytes: Uint8Array): string; bytes(string: string): Uint8Array<ArrayBuffer>; /** generate a random hex string. byteCount defaults to 32. */ random(byteCount?: number): string; };