UNPKG

alinea

Version:
5 lines (4 loc) 264 B
import type { Entry } from '../Entry.js'; export declare function toHex(buffer: ArrayBuffer): string; export declare function createFileHash(data: Uint8Array): Promise<string>; export declare function createRowHash(entry: Omit<Entry, 'rowHash'>): Promise<string>;