mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-03 13:23:08 +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
|