UNPKG

@aptpod/iscp-ts

Version:

iSCP 2.0 client library for TypeScript

4 lines (3 loc) 188 B
export declare const stringToBytes: (uuidString: string) => Uint8Array; export declare const bytesToString: (bytes: Uint8Array) => string; export declare const randomUUIDv4: () => string;