/opt/canhelp/node_modules/@better-auth/utils/dist
Edit: /opt/canhelp/node_modules/@better-auth/utils/dist/hash.d.mts (359B)
import { E as EncodingFormat, S as SHAFamily, T as TypedArray } from './shared/utils.ecd028f7.mjs';
declare function createHash
(algorithm: SHAFamily, encoding?: Encoding): {
digest: (input: string | ArrayBuffer | TypedArray) => Promise;
};
export { createHash };