feat: add webpack export condition and init type declaration

bump to 0.6.5
This commit is contained in:
2026-06-14 05:30:25 +02:00
parent 2de1b09087
commit ac63099741
5 changed files with 9 additions and 5 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
// 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 { 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';