Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/learnoid.codeskitter.site/node_modules/ohash/dist/crypto/node/
Upload File :
Current File : /home/users/unlimited/www/learnoid.codeskitter.site/node_modules/ohash/dist/crypto/node/index.d.mts

/**
 * Hashes a string using the SHA-256 algorithm and encodes it in Base64URL format.
 *
 * @param {string} data - data message to hash.
 *
 * @returns {string} The hash of the data.
 */
declare function digest(data: string): string;

export { digest };