UNPKG

@benev/slate

Version:
8 lines (7 loc) 216 B
export declare const Barname: { random(byteCount: number): string; string(bytes: Uint8Array, options?: { wordsPerGroup?: number; }): string; bytes(string: string): Uint8Array<ArrayBuffer>; };