Files
blake3.wasm/scripts/tpl/index.d.ts
T
2026-06-14 05:48:19 +02:00

6 lines
253 B
TypeScript

// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright 2026 Thomas <[email protected]>
// @ts-nocheck
export { Hasher, deriveKey, hash, hashXof, keyedHash } from './bundler/blake3_wasm_rs';
export type { default } from './web/blake3_wasm_rs.d.ts';