OpChan/packages/core/dist/utils.d.ts

4 lines
211 B
TypeScript
Raw Normal View History

2025-09-09 17:41:33 +05:30
export declare function bytesToHex(bytes: Uint8Array): string;
export declare function hexToBytes(hex: string): Uint8Array;
export declare function generateStringId(): string;
//# sourceMappingURL=utils.d.ts.map