From a841ee13135c09fe9afaba8ace67cf6cfa13e0f6 Mon Sep 17 00:00:00 2001 From: UneBaguette <28904802+UneBaguette@users.noreply.github.com> Date: Sun, 14 Jun 2026 05:48:19 +0200 Subject: [PATCH] fix: export init only --- scripts/tpl/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/tpl/index.d.ts b/scripts/tpl/index.d.ts index 2f913d2..481d375 100644 --- a/scripts/tpl/index.d.ts +++ b/scripts/tpl/index.d.ts @@ -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'; \ No newline at end of file