We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0728cb commit ba34b26Copy full SHA for ba34b26
src-ts/index.ts
@@ -23,3 +23,4 @@ export namespace Zstd {
23
return import("./zstd.js").then(mod => mod.Zstd.load());
24
}
25
26
+export type * from "@duckdb/duckdb-wasm";
0 commit comments