fix: export init as value type in index.d.ts

- bump version to 0.6.6
This commit is contained in:
2026-06-14 06:52:06 +02:00
parent a841ee1313
commit 59cd38b35b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
// @ts-nocheck
export { Hasher, deriveKey, hash, hashXof, keyedHash } from './bundler/blake3_wasm_rs';
export type { default } from './web/blake3_wasm_rs.d.ts';
export { default } from './web/blake3_wasm_rs';