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 23f0a51 commit 8be67ecCopy full SHA for 8be67ec
packages/kuzu-client/src/kuzu-client.index.ts
@@ -0,0 +1,2 @@
1
+export { KuzuClient } from "./kuzu-client.lib.js";
2
+export type KuzuClientOptions = import("./kuzu-client.lib.js").KuzuClient.Options;
0 commit comments