mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-27 20:58:00 +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;
|