fix: export init only

This commit is contained in:
2026-06-14 05:48:19 +02:00
parent ac63099741
commit a841ee1313
-1
View File
@@ -3,5 +3,4 @@
// @ts-nocheck
export { Hasher, deriveKey, hash, hashXof, keyedHash } from './bundler/blake3_wasm_rs';
export type * from './web/blake3_wasm_rs.d.ts';
export type { default } from './web/blake3_wasm_rs.d.ts';