UNPKG

@aws-amplify/auth

Version:
7 lines (6 loc) 195 B
/** * Converts a Uint8Array of binary data to a hexadecimal encoded string. * * @param bytes The binary data to encode */ export declare const getHexFromBytes: (bytes: Uint8Array) => string;