mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-05-01 00:47:55 +00:00
3 lines
153 B
TypeScript
3 lines
153 B
TypeScript
import type { HashType } from './types.js';
|
|
export declare function hasher(hashType: HashType, data: Uint8Array | string, onlyJs?: boolean): Uint8Array;
|