UNPKG

153 BTypeScriptView Raw
1import type { HashType } from './types.js';
2export declare function hasher(hashType: HashType, data: Uint8Array | string, onlyJs?: boolean): Uint8Array;