UNPKG

@aws-amplify/auth

Version:
8 lines (7 loc) 203 B
/** * Calculate a hash from a hex string * @param {string} hexStr Value to hash. * @returns {string} Hex-encoded hash. * @private */ export declare const getHashFromHex: (hexStr: string) => string;