mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-06 23:03:07 +00:00
4 lines
211 B
TypeScript
4 lines
211 B
TypeScript
export declare function bytesToHex(bytes: Uint8Array): string;
|
|
export declare function hexToBytes(hex: string): Uint8Array;
|
|
export declare function generateStringId(): string;
|
|
//# sourceMappingURL=utils.d.ts.map
|