Files
blake3.wasm/scripts/tpl/index.d.ts
T

7 lines
244 B
TypeScript
Raw Normal View History

// 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 { default } from './web/blake3_wasm_rs';