UNPKG

blake3

Version:

BLAKE3 hashing for JavaScript: native Node bindings (where available) and WebAssembly

6 lines (5 loc) 185 B
import { NodeHash } from '../node/hash-instance'; /** * A Node.js crypto-like createHash method. */ export declare const createHash: () => NodeHash<import("./native").INativeReader>;