UNPKG

uuid-to-bytes32

Version:
3 lines (2 loc) 127 B
export declare function uuidToBytes32(uuid: string): string; export declare function bytes32ToUuid(bytes32: string): string;