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.
2 parents ed3532d + e351fda commit 53978e0Copy full SHA for 53978e0
types/index.d.ts
@@ -72,7 +72,7 @@ declare namespace Libsql {
72
source: string,
73
): BindParameters extends unknown[] ? Statement<BindParameters> : Statement<[BindParameters]>;
74
transaction<F extends VariableArgFunction>(fn: F): Transaction<F>;
75
- sync(): this;
+ sync(): any;
76
exec(source: string): this;
77
pragma(source: string, options?: Database.PragmaOptions): unknown;
78
function(name: string, cb: (...params: unknown[]) => unknown): this;
0 commit comments