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